Change duration of testbench

This commit is contained in:
Yannick Reiß 2023-10-05 11:01:12 +02:00
parent ba0c56bc5f
commit 73d1db32c7
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 1 additions and 1 deletions

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