add boilerplate for API generation tests

This commit is contained in:
Fischer Moseley
2023-03-23 23:50:09 -04:00
parent 18fcbfe1f2
commit d5dfd3bbf3
16 changed files with 116 additions and 56 deletions
+1
View File
@@ -0,0 +1 @@
# try to build manta instances from valid and invalid configuration files
+26
View File
@@ -0,0 +1,26 @@
---
cores:
my_io_core:
type: io
inputs:
btnu: 1
btnd: 1
btnl: 1
btnr: 1
btnc: 1
sw: 16
outputs:
led: 16
led16_b: 1
led16_g: 1
led16_r: 1
led17_b: 1
led17_g: 1
led17_r: 1
uart:
port: "auto"
baudrate: 115200
clock_freq: 100000000
@@ -0,0 +1,19 @@
---
cores:
my_logic_analyzer:
type: logic_analyzer
sample_depth: 4096
probes:
larry: 1
curly: 1
moe: 1
shemp: 4
triggers:
- larry && curly && ~moe
uart:
port: "auto"
baudrate: 115200
clock_freq: 100000000
+10
View File
@@ -0,0 +1,10 @@
---
cores:
my_lut_ram:
type: lut_ram
size: 64
uart:
port: "auto"
baudrate: 115200
clock_freq: 100000000