add handle_trap
[rv32.git] / README.txt
index 611dc57f48b2c343c3211a2ee416b555e5edb44a..ec10b2c47f137bb03b540aa6448d212d5f69e2ae 100644 (file)
@@ -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]
-
+* tasks are not supported.