generated from saji/ecp5-template
This commit is contained in:
parent
3d49afe6ed
commit
0c1d924166
9
src/groovylight/platforms/cxxrtl_sim.py
Normal file
9
src/groovylight/platforms/cxxrtl_sim.py
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# CXXRTL-based simulator.
|
||||||
|
# Uses SDL2 + black-box network stack to simulate the entire design.
|
||||||
|
|
||||||
|
|
||||||
|
# Tasks:
|
||||||
|
# Generate header with network port information
|
||||||
|
# black box the UDP streaming.
|
||||||
|
# provide code for display outputs to render onto SDL2 canvas.
|
||||||
|
# compile code (optionally)
|
Loading…
Reference in a new issue