Skip to content

Commit

Permalink
Merge pull request #5 from oscargus/vcssupport
Browse files Browse the repository at this point in the history
Add support for VCS
  • Loading branch information
mole99 committed Sep 13, 2023
2 parents 3c79efb + d230af8 commit 01a22ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ simulation-xrun: fstdumper.so

simulation-vsim: fstdumper.so
vlog -64 $(TESTBENCH)
vsim -64 -c div_int_tb -vpicompatcb -plicompatdefault latest -pli fstdumper.so -do "run -all"
vsim -64 -c div_int_tb -vpicompatcb -pli fstdumper.so -do "run -all"

simulation-vcs: fstdumper.so
vcs -sverilog -full64 +vpi -load ./fstdumper.so -debug_acc+pp+f+dmptf $(TESTBENCH)
./simv

.PHONY: clean
clean:
Expand Down

0 comments on commit 01a22ba

Please sign in to comment.