Change duration of testbench
This commit is contained in:
parent
ba0c56bc5f
commit
73d1db32c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue