mirror of
https://github.com/ParkerTenBroeck/hdl_sim.git
synced 2026-06-06 21:24:06 -04:00
switched away from active low, moved examples to example dir
This commit is contained in:
parent
04c3d69cbf
commit
b4841e6f40
4 changed files with 142 additions and 133 deletions
|
|
@ -7,7 +7,7 @@ end entity;
|
|||
|
||||
architecture sim of tb is
|
||||
signal clk : std_logic := '0';
|
||||
signal key : std_logic_vector(31 downto 0) := (others => '1'); -- active low
|
||||
signal key : std_logic_vector(31 downto 0) := (others => '0');
|
||||
signal sw : std_logic_vector(31 downto 0) := (others => '0');
|
||||
|
||||
signal led : std_logic_vector(31 downto 0) := (others => '0');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue