This commit is contained in:
John W. Terrell 2025-09-24 16:55:28 -07:00
parent 9cf3c6cbe6
commit c2e9eb5abf
3 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
**/target
**/*.bo
**/build

3
.tmux-sessionizer Executable file
View File

@ -0,0 +1,3 @@
# Setup tmux
tmux send-keys "nix-shell" ENTER
tmux send-keys "vi ." ENTER

View File

@ -11,4 +11,4 @@ sim_output_location:
mkdir -p build/sim/
sim: sim_output_location
bsc -u -p %/Libraries:$(subst $(space):,:,$(SRCDIRS)) src/ESeries.bsv
bsc -u -p %/Libraries:$(subst $(space):,:,$(SRCDIRS)) -bdir build src/ESeries.bsv