mirror of
https://github.com/fpganinja/taxi.git
synced 2026-04-07 12:38:44 -07:00
cndm: Remove port count registers
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -220,7 +220,6 @@ always_ff @(posedge clk) begin
|
||||
s_axil_rvalid_reg <= 1'b1;
|
||||
|
||||
case ({axil_ctrl[0].araddr[15:2], 2'b00})
|
||||
16'h0100: s_axil_rdata_reg <= PORTS; // port count
|
||||
16'h0200: begin
|
||||
s_axil_rdata_reg[0] <= cmd_mbox_busy;
|
||||
end
|
||||
|
||||
@@ -220,7 +220,6 @@ always_ff @(posedge clk) begin
|
||||
s_axil_rvalid_reg <= 1'b1;
|
||||
|
||||
case ({axil_ctrl[0].araddr[15:2], 2'b00})
|
||||
16'h0100: s_axil_rdata_reg <= PORTS; // port count
|
||||
16'h0200: begin
|
||||
s_axil_rdata_reg[0] <= cmd_mbox_busy;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user