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