Change duration of testbench

This commit is contained in:
2023-10-05 11:01:12 +02:00
parent ba0c56bc5f
commit 73d1db32c7

View File

@@ -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