ominux / vtr-verilog-to-routing

Automatically exported from code.google.com/p/vtr-verilog-to-routing
0 stars 0 forks source link

Do not support the constant shift #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. gdb ./odin_II.exe
2.r -V a25/a25_decode.v
3.

What is the expected output? What do you see instead?
When using the right shift operator, it should work. but it doesn't support it 
with localparam or arrays.

error:(Line number: 1430) Odin only supports constant shifts at present

Line: 1239(a25_decode.v  (1'd1 << instruction[19:16]))

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by JanetChi...@gmail.com on 25 Oct 2012 at 7:03

Attachments: