mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-22 20:44:28 +00:00
Added some documenation about sparse-checkout for verilog-ethernet submodule.
This commit is contained in:
parent
79d0cb96c2
commit
9c1779a2d5
3
addins/README.md
Normal file
3
addins/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
verilog-ethernet contains many ethernet devices. Wally's synthesizable RVVI interface only requires a small subset of these files.
|
||||
To do a sparse checkout of this repo copy sparse-checkout to cvw/.git/modules/addins/verilog-ethernet/info
|
||||
This will make the working directory only contain the necessary files.
|
16
addins/sparse-checkout
Normal file
16
addins/sparse-checkout
Normal file
@ -0,0 +1,16 @@
|
||||
rtl/eth_mac_mii_fifo.v
|
||||
rtl/eth_mac_mii.v
|
||||
rtl/mii_phy_if.v
|
||||
rtl/ssio_ddr_in.v
|
||||
rtl/eth_mac_1g.v
|
||||
rtl/axis_gmii_rx.v
|
||||
rtl/lfsr.v
|
||||
rtl/eth_axis_tx.v
|
||||
rtl/mac_ctrl_tx.v
|
||||
rtl/axis_gmii_tx.v
|
||||
rtl/mac_ctrl_rx.v
|
||||
rtl/mac_pause_ctrl_tx.v
|
||||
rtl/mac_pause_ctrl_rx.v
|
||||
lib/axis/rtl/axis_async_fifo_adapter.v
|
||||
lib/axis/rtl/axis_adapter.v
|
||||
lib/axis/rtl/axis_async_fifo.v
|
Loading…
Reference in New Issue
Block a user