add cxxrtl platform
All checks were successful
Unit Tests / Test (push) Successful in 2m15s

This commit is contained in:
Saji 2024-09-27 01:04:17 -05:00
parent 3d49afe6ed
commit 0c1d924166

View 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)