Implement state machine, arith and I/O instructions now working.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user