Skip to content

Commit

Permalink
Change the directory structure again
Browse files Browse the repository at this point in the history
This is necessary as I am planning to add Nim sub-modules like
svvpi/dpi in future commits.

I cannot keep all the source code under an src/ directory, otherwise I
run into this issue -->
nim-lang/nimble#582 (comment)
. Thus I am moving all source code to the root of this git repo.
  • Loading branch information
kaushalmodi committed May 13, 2021
1 parent 0d509e1 commit af29efc
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 6 additions & 2 deletions svvpi.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ version = "0.0.1"
author = "Kaushal Modi"
description = "Wrapper for SystemVerilog VPI headers vpi_user.h and sv_vpi_user.h"
license = "MIT"
srcDir = "svvpi"
skipExt = @["bkp"]
# Wed May 12 22:46:45 EDT 2021 - kmodi
# I cannot put all the code under an src/ directory otherwise I get
# prompts on each "nimble install" -- https://github.com/nim-lang/nimble/issues/582#issuecomment-840248300
# srcDir = "src"
installFiles = @["svvpi.nim"]
installDirs = @["includes"]

# Dependencies

Expand Down

0 comments on commit af29efc

Please sign in to comment.