mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
[.github] added ULX3S implementation
This commit is contained in:
parent
87525f3e50
commit
faa904f2c1
1 changed files with 4 additions and 0 deletions
4
.github/generate-job-matrix.py
vendored
4
.github/generate-job-matrix.py
vendored
|
@ -41,4 +41,8 @@ print('::set-output name=matrix::' + str([
|
|||
'board': 'AlhambraII',
|
||||
'design': 'MinimalBoot',
|
||||
'bitstream': 'neorv32_AlhambraII_MinimalBoot.bit'
|
||||
}, {
|
||||
'board': 'ULX3S',
|
||||
'design': 'MinimalBoot',
|
||||
'bitstream': 'neorv32_ULX3S_MinimalBoot.bit'
|
||||
}]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue