Skip to content
Snippets Groups Projects
Commit b02b0940 authored by David Cussans's avatar David Cussans
Browse files

* Fixing bug T0_Shutter_Iface_rtl.vhd

* Added ipbus_syncreg_v and dependencies to projects/TLU_v1e/firmware/cfg/tlu_1e.dep
parent 0d8da5ac
Branches
Tags
No related merge requests found
......@@ -80,8 +80,7 @@ ARCHITECTURE rtl OF T0_Shutter_Iface IS
signal s_enable_sequence : std_logic ; --! take high to enable sequence
signal s_enable_internal_cycle : std_logic ; --! take high to enable internal sequence
-- signal s_internal_cycle_length : STD_LOGIC_VECTOR(g_IPBUS_WIDTH-1 downto 0); --! Length of internally generated strobe cycle.
signal s_T0_ipbus : std_logic; --! T0 synchronization signal on IPBus clock domain.
constant c_NUM_CTRL_REGS : integer := 8;
constant c_NUM_STAT_REGS : integer := 1;
......
......@@ -4,6 +4,9 @@
addrtab -t TLUaddrmap.xml
src -c ipbus-firmware:components/ipbus_slaves ipbus_ctrlreg_v.vhd
src -c ipbus-firmware:components/ipbus_slaves ipbus_syncreg_v.vhd
src -c ipbus-firmware:components/ipbus_slaves syncreg_w.vhd
src -c ipbus-firmware:components/ipbus_slaves syncreg_r.vhd
src -c ipbus-firmware:components/ipbus_core ipbus_fabric_sel.vhd
src ipbus_decode_top.vhd
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment