Skip to content

Commit

Permalink
[DEVICES] Started to add device models for audio add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
haugoug committed Jan 26, 2022
1 parent 0607f7f commit a0f0981
Show file tree
Hide file tree
Showing 9 changed files with 1,471 additions and 339 deletions.
1 change: 1 addition & 0 deletions models/devices/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ add_subdirectory(hyperbus)
add_subdirectory(i2c)
add_subdirectory(jtag)
add_subdirectory(sound)
add_subdirectory(gpio)
add_subdirectory(spiflash)
add_subdirectory(testbench)
add_subdirectory(uart)
6 changes: 6 additions & 0 deletions models/devices/gpio/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

set(GPIO_PREFIX "devices/gpio")

vp_model(NAME fxl6408
PREFIX ${GPIO_PREFIX}
SOURCES "fxl6408.cpp")
Loading

0 comments on commit a0f0981

Please sign in to comment.