stnolting
28c00aa39f
[.github] use ubuntu 22.04
2024-12-10 18:57:18 +01:00
stnolting
548ad2c273
[.github] cleanup
2024-11-06 22:09:16 +01:00
stnolting
68c7359e29
Update Processor.yml
2024-11-06 22:01:12 +01:00
stnolting
c817526262
Update Processor.yml
2024-11-06 21:59:55 +01:00
stnolting
87d65789ec
Update Processor.yml
2024-11-06 21:57:55 +01:00
stnolting
394d130cd0
[.github] use xpack risc-v gcc
2024-11-06 21:56:14 +01:00
stnolting
40d2da81ee
[.github] minor cleanups
2024-11-01 11:01:21 +01:00
stnolting
d7deb08168
[.github] remove docker packages
2024-11-01 10:55:52 +01:00
stnolting
e2baecb4a1
[workflow] remove VUnit
2024-11-01 07:30:52 +01:00
stnolting
928a3d8151
Update Documentation.yml
2024-10-11 23:46:25 +02:00
stnolting
f1069d114f
Update Documentation.yml
2024-10-11 16:34:46 +02:00
stnolting
0c5bf0c08f
Update Documentation.yml
2024-10-11 16:31:51 +02:00
stnolting
ae515c5b1a
[ci] remove python doit ( #1055 )
...
* Update Processor.yml
* Update Documentation.yml
* [ci] remove python doit
2024-10-11 16:23:27 +02:00
stnolting
6243f05e14
[.github] concretize workflow triggers
2024-10-06 00:48:07 +02:00
stnolting
48520ef379
[.giithub] rework triggers
2024-10-05 22:10:17 +02:00
stnolting
1b17c6e8f2
[.github] cleanup workflow triggers
...
to reduce actual runs
2024-10-05 16:02:36 +02:00
umarcor
dce2a3e06a
[ci] test example hello_world as well
2024-02-21 22:04:30 +01:00
umarcor
fc81b10192
[ci] let changes in .github/workflows trigger CI
2024-02-21 01:02:08 +01:00
umarcor
dd5922da13
[ci] split SoftwareFrameworkTests from simple testbench simulation
2024-02-21 01:02:08 +01:00
umarcor
118cccf6ed
[sim] add simulation check to sw makefiles as target 'sim-check'
2024-02-20 18:05:11 +01:00
stnolting
3ca85781a7
[.github] update download-artifact action to v4
2024-02-18 00:07:39 +01:00
stnolting
cfc2db0286
[.github] update upload-artifact action to v4
2024-02-18 00:01:52 +01:00
stnolting
0065f3ddb2
[.github] update MARCH string
2023-10-13 17:17:38 +02:00
stnolting
da47150ddc
[.github] update github actions
2023-10-04 21:43:20 +02:00
stnolting
9cbb489b82
minor cleanups
2023-08-10 16:50:32 +02:00
stnolting
9acac727f0
clean-up processor check compilation
2023-07-23 17:53:11 +02:00
stnolting
5cb426afe5
[.github] add A to processor compile flags
2023-07-21 14:02:29 +02:00
stnolting
87c97600a6
use LTO for processor_check program
...
saves some program space
2022-11-11 09:31:39 +01:00
stnolting
1c9a674066
[.github] update actions versions
2022-11-05 19:08:55 +01:00
stnolting
c428009842
[.github] disable Windows workflows for now
2022-10-09 19:47:45 +02:00
Stephan Nolting
9ef80c142b
cleanup
2022-08-20 18:50:34 +02:00
stnolting
a1cf6762ba
Create FUNDING.yml
2022-07-06 11:27:14 +02:00
stnolting
8ba2c960be
remove A extension from ISA string
2022-04-27 12:09:27 +02:00
stnolting
6b9ce8375a
remove riscv-arch-test workflow
2022-03-31 18:48:49 +02:00
stnolting
30a2659a23
[.github/workflows] updated name of default branch (=main)
2022-02-08 16:59:48 +01:00
umarcor
96d1dbdcc2
[setups] move to repo neorv32-setups
2022-01-13 14:54:41 +01:00
stnolting
38b6c02577
[.github] typo fix
2022-01-04 16:51:42 +01:00
stnolting
6711a6d221
[.github] test using SIM package for riscv-arch-tests
2022-01-04 16:48:31 +01:00
stnolting
607ef84eec
[.github] testing github cli for uploads
2021-12-16 17:00:07 +01:00
umarcor
fa3be72239
ci: add iCEBreaker jobs
2021-11-23 12:10:26 +01:00
umarcor
07e7e48ebc
[ci] use option 'pacboy' to simplify workflow 'Windows'
2021-11-05 01:19:49 +01:00
stnolting
d97df66b39
⚠️ modify handling of makefile's MARCH and MABI variables
...
Pre-commit usage: `MARCH=-march=rv32i`, the `-march` should not be here
Post-commit usage: `MARCH=rv32i`, this is more straightforward
Same for `MABI=-mabi=...` -> `MABI=...`
2021-10-15 17:20:55 +02:00
umarcor
edf86075ab
[doit] add task BuildAndInstallSoftwareFrameworkTests
2021-09-19 21:50:32 +02:00
umarcor
531d268898
[doit] add task RunRISCVArchitectureTests
2021-09-19 02:35:06 +02:00
umarcor
6222857465
[doit] add task Documentation
2021-09-19 00:50:34 +02:00
umarcor
5f9bc45c5f
[doit] rename dodo.py to do.py and make it executable
2021-09-18 22:37:50 +02:00
umarcor
daff79af18
[doit] add initial doit file; add task DeployToGitHubPages
2021-09-18 22:37:49 +02:00
umarcor
31aff3290b
[containers] update from Debian Buster to Debian Bullseye
2021-09-18 21:03:39 +02:00
umarcor
6f6e95f5da
add pydoit to custom dockerfiles
2021-09-18 05:22:51 +02:00
umarcor
ccac8fc8ce
[sim] create subdir 'simple'
2021-09-12 00:12:05 +02:00