Skip to content

Commit

Permalink
removed definition of stdout bus from rtl/includes/soc_bus_defines.sv…
Browse files Browse the repository at this point in the history
… (not used)
  • Loading branch information
Davide Rossi committed Aug 9, 2018
1 parent 89216ec commit 174878f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rtl/includes/soc_bus_defines.sv
Expand Up @@ -60,10 +60,6 @@
`define FC_APB_START_ADDR 32'h1B30_0000
`define FC_APB_END_ADDR 32'h1B3F_FFFF

// MASTER PORT TO STDOUT(64KB)
`define SOC_STDOUT_START_ADDR 32'h1A11_0000
`define SOC_STDOUT_END_ADDR 32'h1A11_FFFF

`define AXI_ASSIGN_SLAVE(lhs, rhs) \
assign lhs.aw_id = rhs.aw_id; \
assign lhs.aw_addr = rhs.aw_addr; \
Expand Down

0 comments on commit 174878f

Please sign in to comment.