1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Expose control bits

This commit is contained in:
Alex Forencich 2019-11-21 15:12:49 -08:00
parent e696433ecc
commit 317aa34db5

View File

@ -597,7 +597,9 @@ always @* begin
end end
3'd3: begin 3'd3: begin
// event index // event index
s_axil_rdata_next = queue_ram_read_data_event; s_axil_rdata_next[29:0] = queue_ram_read_data_event;
s_axil_rdata_next[30] = queue_ram_read_data_continuous;
s_axil_rdata_next[31] = queue_ram_read_data_armed;
end end
3'd4: begin 3'd4: begin
// head pointer // head pointer