Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-001
/
slot-007
/
67ee2c8618b999dd62037c26be23ec47ee35e16c
/
.
/
chisel
/
software
/
csr.c
blob: 38b3cff65e035f9d482623e368b5283dbc70c94d [
file
] [
log
] [
blame
]
int
main
()
{
__asm__
(
"csrrci x2, 0x300, 15"
);
return
0
;
}