Initial support for OpenRISC 1000 (or1k)

This commit is contained in:
Samuel Dionne-Riel
2020-11-09 22:32:11 -05:00
parent 32fdf2118c
commit 6d8327ea96
5 changed files with 12 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ rec {
isVc4 = { cpu = { family = "vc4"; }; };
isAvr = { cpu = { family = "avr"; }; };
isAlpha = { cpu = { family = "alpha"; }; };
isOr1k = { cpu = { family = "or1k"; }; };
isJavaScript = { cpu = cpuTypes.js; };
is32bit = { cpu = { bits = 32; }; };