Update src/hdl/modules/qlaser_dacs_pulse_channel.vhdl
This commit is contained in:
parent
341f283b6c
commit
4bcab4c1a3
|
@ -178,7 +178,7 @@ begin
|
|||
if (cpu_wr = '1') and (cpu_sel = '1') then
|
||||
|
||||
-- 0 for pulse definition, 1 for waveform table
|
||||
if (cpu_addr(9) = '1') then
|
||||
if (cpu_addr(C_RAM_SELECT) = '1') then
|
||||
|
||||
ram_pulse_addra <= (others=>'0');
|
||||
ram_pulse_dina <= (others=>'0');
|
||||
|
|
Loading…
Reference in New Issue