Skip to content

Commit

Permalink
Adding variable aux clock frequency; refs ipbus#72
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnewbold authored and tswilliams committed Oct 18, 2018
1 parent e559d03 commit 3a40ce0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions boards/sim/firmware/hdl/sim_infra.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
--
---------------------------------------------------------------------------------


-- sp601_infra
--
-- All board-specific stuff goes here.
--
-- Dave Newbold, June 2013
Expand All @@ -42,7 +39,7 @@ entity sim_infra is
port(
clk_ipb_o: out std_logic; -- IPbus clock
rst_ipb_o: out std_logic;
clk_aux_o: out std_logic; -- 40MHz generated clock
clk_aux_o: out std_logic; -- Aux generated clock
rst_aux_o: out std_logic;
nuke: in std_logic; -- The signal of doom
soft_rst: in std_logic; -- The signal of lesser doom
Expand Down

0 comments on commit 3a40ce0

Please sign in to comment.