diff options
| author | Evan Lojewski <github@meklort.com> | 2019-05-04 18:37:45 -0600 |
|---|---|---|
| committer | Evan Lojewski <github@meklort.com> | 2019-05-04 18:37:45 -0600 |
| commit | 2ba81481412418ef287c87083c9a582b97398b9d (patch) | |
| tree | d964e2cfcddac3e797acc7bff911bc4fc00cbf6e /simulator | |
| parent | ec6150b37a84b26e9591f2a36761415b3ec2cab4 (diff) | |
| download | bcm5719-ortega-2ba81481412418ef287c87083c9a582b97398b9d.tar.gz bcm5719-ortega-2ba81481412418ef287c87083c9a582b97398b9d.zip | |
Add a passthrough rx routine bypassing any buffers.
Diffstat (limited to 'simulator')
| -rw-r--r-- | simulator/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/simulator/CMakeLists.txt b/simulator/CMakeLists.txt index 21c0698..57e500b 100644 --- a/simulator/CMakeLists.txt +++ b/simulator/CMakeLists.txt @@ -35,6 +35,9 @@ simulator_add_library(${PROJECT_NAME} STATIC APE_TX_PORT.cpp APE_TX_PORT_sim.cpp + APE_RX_PORT.cpp + APE_RX_PORT_sim.cpp + ) include_directories(../libs/NVRam) |

