Implement state machine, arith and I/O instructions now working.

This commit is contained in:
2023-10-04 19:32:13 +02:00
parent 65c6f85bb9
commit b530f66702
8 changed files with 117 additions and 78 deletions

View File

@@ -28,13 +28,15 @@ architecture implementation of bfpu_tb is
begin
uut : entity bfpu
uut : entity work.bfpu(arch)
port map (
clk => clk,
sw => sw,
debug => debug,
led => led);
sw <= "00110011";
-- Clock process definitions
clk_process : process
begin