add LICENSE
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
`define ceilLog2(x) ( \
|
||||
(x) > 2**30 ? 31 : \
|
||||
(x) > 2**29 ? 30 : \
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Test harness for Rocket RISC-V Processor
|
||||
// See LICENSE for license details.
|
||||
|
||||
extern "A" void htif_init
|
||||
(
|
||||
|
Reference in New Issue
Block a user