Update src/hdl/modules/qlaser_dacs_pulse_channel.vhdl

This commit is contained in:
Eric Yu 2023-12-25 17:56:41 +00:00
parent 341f283b6c
commit 4bcab4c1a3
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ begin
if (cpu_wr = '1') and (cpu_sel = '1') then if (cpu_wr = '1') and (cpu_sel = '1') then
-- 0 for pulse definition, 1 for waveform table -- 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_addra <= (others=>'0');
ram_pulse_dina <= (others=>'0'); ram_pulse_dina <= (others=>'0');