diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-10-08 10:08:58 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-10-08 10:08:58 -0500 |
commit | ed3e96b5eaae71d035e14569b107040c3538f849 (patch) | |
tree | 3048185cb141632a0553979f51ac1c05f2a7cb58 /fpga/Makefile | |
parent | 37507ecea3277a99e60c7bb077c6cd406bb80ddb (diff) |
Split the simulator back out to its own package.
This ensures that the presence of Inouts doesn't make Bluesim mad.
Diffstat (limited to 'fpga/Makefile')
-rw-r--r-- | fpga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/Makefile b/fpga/Makefile index f2fa1f4..d71968c 100644 --- a/fpga/Makefile +++ b/fpga/Makefile @@ -30,6 +30,6 @@ tmp/mkTopSim.exe: tmp/mkTopSim.ba bsc -sim -e mkTopSim $(BSC_LINK_FLAGS) -o $@ tmp/mkTopSim.ba: @mkdir -p $(dir $@) - bsc -u -sim -g mkTopSim $(BSC_COMP_FLAGS) src/Top.bs + bsc -u -sim -g mkTopSim $(BSC_COMP_FLAGS) src/TopSim.bs .PHONY: tmp/mkTop.v tmp/mkTopSim.ba |