Change duration of testbench
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CHDL = ghdl
|
||||
FLAGS = --std=08
|
||||
STOP = 9000ns
|
||||
STOP = 900000ns
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user