X-Git-Url: https://git.libre-soc.org/?p=rv32.git;a=blobdiff_plain;f=README.txt;h=c35762314e128a5aa1ecd7353a5a86acc6d33199;hp=611dc57f48b2c343c3211a2ee416b555e5edb44a;hb=c17cf3e6e8dd4496a7b0e944bab89b835495d2ba;hpb=f28e622f6ec07bae947e142ba0aae9cb48493f08 diff --git a/README.txt b/README.txt index 611dc57..c357623 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,8 @@ # Limitations * there is no << or >> operator, only <<< and >>> (arithmetic shift) + _Operator("<<", [lhs, rhs]) will generate verilog however simulation + will fail, and value_bits_sign will not correctly recognise it * it is not possible to declare parameters * an input of [31:2] is not possible, only a parameter of [N:0]