Commit graph

185 commits

Author SHA1 Message Date
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
stnolting
79058c17e1
Merge pull request #139 from zipotron/AlhambraII_and_ULX3S_boards
Added AlhambraII and ULX3S boards
2021-08-31 13:54:29 +02:00
stnolting
43266951e2 [.github] fixed Windows workflow 2021-08-20 09:59:26 +02:00
stnolting
2b8daf677e Merge branch 'master' into pr/139 2021-08-19 17:43:27 +02:00
stnolting
a23592d37c [.github] added Zifencei test to riscv-arch-test workflow 2021-08-18 20:41:22 +02:00
stnolting
a2e02a17fd Merge remote-tracking branch 'origin/master' into pr/139 2021-08-16 18:59:50 +02:00
stnolting
faa904f2c1 [.github] added ULX3S implementation 2021-08-12 17:05:33 +02:00
stnolting
0bd9865a44 [.github] added AlhambraII board (PR) to Implementation workflow 2021-08-10 19:03:01 +02:00
stnolting
8a46f27b25 [.github] adapted "Implementation" workflow 2021-08-07 22:22:10 +02:00
stnolting
245e701a05
Merge pull request #116 from umarcor/ci-containers
[ci] add workflow 'Containers'
2021-07-14 22:08:41 +02:00
umarcor
1b23e7ce61 [ci/windows] fix RISCV_PREFIX 2021-07-13 19:43:55 +02:00
umarcor
1a3173ca21 [ci] use custom container 'sim' in workflow 'Processor' 2021-07-13 17:47:49 +02:00
umarcor
008e429dc4 [ci] use custom container 'impl' in workflow 'Implementation' 2021-07-13 17:47:24 +02:00
umarcor
e99a1777dd [ci] add workflow 'Containers' for building custom images on top of the ones from hdl/containers 2021-07-13 17:46:40 +02:00
umarcor
064e5c8490 [ci/riscv-arch-test] split test suites in multiple jobs 2021-07-12 18:50:33 +02:00
umarcor
6d59641493 [sim] split ghdl setup and run 2021-07-12 18:50:33 +02:00
umarcor
8cb0df7cea [riscv-arch-test] move run script to subdir 'sim' 2021-07-12 13:41:01 +02:00
umarcor
a9df3076da [setups/osflow] cleanup 2021-07-07 17:13:24 +02:00
stnolting
0718411925
Merge pull request #98 from umarcor/orangecrab
add OrangeCrab
2021-07-07 16:55:30 +02:00
umarcor
dd58c8e5a1 [setups/examples] add OrangeCrab MinimalBoot
Co-Authored-By: Jeremy Herbert <jeremy.006@gmail.com>
2021-07-07 16:22:00 +02:00
umarcor
c0f485cc6d [docs] move Makefile from project root to subdir 'docs' 2021-07-06 19:05:40 +02:00
umarcor
c5c1c26acc [ci/Windows] support prjtrellis; remove MINGW32 2021-07-04 21:25:14 +02:00
stnolting
87ef9eff36 removed stale-bot 2021-07-04 10:58:07 +02:00