Removed simulation duration to save time.
This commit is contained in:
parent
e27c8a4505
commit
041a3e8113
|
@ -1,6 +1,6 @@
|
||||||
CHDL = ghdl
|
CHDL = ghdl
|
||||||
FLAGS = --std=08
|
FLAGS = --std=08
|
||||||
STOP = 900000ns
|
STOP = 90000ns
|
||||||
|
|
||||||
all: tb/tb_bfpu.vhd src/bfpu.vhd
|
all: tb/tb_bfpu.vhd src/bfpu.vhd
|
||||||
$(CHDL) -a $(FLAGS) src/alu.vhd src/branch.vhd src/cellMemory.vhd src/instructionMemory.vhd src/memoryPointer.vhd src/programCounter.vhd src/bfpu.vhd tb/tb_bfpu.vhd
|
$(CHDL) -a $(FLAGS) src/alu.vhd src/branch.vhd src/cellMemory.vhd src/instructionMemory.vhd src/memoryPointer.vhd src/programCounter.vhd src/bfpu.vhd tb/tb_bfpu.vhd
|
||||||
|
|
Loading…
Reference in New Issue