Commit c7a8bc03 authored by Dave Newbold's avatar Dave Newbold

Bug fix in pulse generator

parent 64f2349b
src sc_fake.vhd
addrtab -t sc_fake.xml
src ipbus_decode_sc_fake.vhd
src -c ipbus-firmware:components/ipbus_slaves ipbus_ctrlreg_v.vhd
src -c ipbus-firmware:components/ipbus_slaves ipbus_reg_v.vhd
include -c ipbus-firmware:components/ipbus_slaves syncreg_v.dep
src -c ipbus-firmware:components/ipbus_slaves ipbus_reg_types.vhd
......@@ -84,10 +84,9 @@ begin
-- Parameters
params_csr: entity work.ipbus_ctrlreg_v
params_csr: entity work.ipbus_reg_v
generic map(
N_CTRL => 2,
N_STAT => 0
N_REG => 2
)
port map(
clk => clk,
......
Markdown is supported
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