URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 408 |
Rev 409 |
Line 45... |
Line 45... |
|
|
// Defines for ethernet test to trigger sending/receiving
|
// Defines for ethernet test to trigger sending/receiving
|
// Is straight forward when using RTL design, but if using netlist then paths to
|
// Is straight forward when using RTL design, but if using netlist then paths to
|
// the RX/TX enabled bits depend on synthesis tool, etc, but ones here appear to
|
// the RX/TX enabled bits depend on synthesis tool, etc, but ones here appear to
|
// work with design put through Synplify, with hierarchy maintained.
|
// work with design put through Synplify, with hierarchy maintained.
|
`define ETH_TOP dut.eth0
|
`define ETH_TOP dut.ethmac0
|
`define ETH_BD_RAM_PATH `ETH_TOP.wishbone.bd_ram
|
`define ETH_BD_RAM_PATH `ETH_TOP.wishbone.bd_ram
|
`define ETH_MODER_PATH `ETH_TOP.ethreg1.MODER_0
|
`define ETH_MODER_PATH `ETH_TOP.ethreg1.MODER_0
|
|
|
`ifdef RTL_SIM
|
`ifdef RTL_SIM
|
`ifdef eth_IS_GATELEVEL
|
`ifdef eth_IS_GATELEVEL
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.