Nick Gasson
|
e5ef0d97bd
|
Fix signed/unsigned resizing
|
2008-06-23 13:04:28 +01:00 |
Nick Gasson
|
08d80b35cb
|
Rename signals that would be illegal VHDL names
|
2008-06-19 16:15:47 +01:00 |
Nick Gasson
|
561953e494
|
Minial LPM to support continuous assignments
|
2008-06-16 19:41:01 +01:00 |
Nick Gasson
|
83a7796b74
|
Make sure signal names conform to VHDL rules
|
2008-06-16 17:37:17 +01:00 |
Nick Gasson
|
2fb57805ea
|
Use signed rather than std_logic_vector
Arithmetic operators now working correctly
|
2008-06-14 18:03:25 +01:00 |
Nick Gasson
|
005df31a0d
|
Use renamed signal in expressions, if there is one
|
2008-06-13 12:39:18 +01:00 |
Nick Gasson
|
d6193c1622
|
Add _Reg internal signal if output is registered
|
2008-06-13 12:34:27 +01:00 |
Nick Gasson
|
26a2c69c2e
|
Change architecture name to `FromVerilog'
|
2008-06-11 11:31:43 +01:00 |
Nick Gasson
|
babe694366
|
Generate port mappings
|
2008-06-10 13:58:41 +01:00 |
Nick Gasson
|
7560b29fb9
|
Find signals to map together
|
2008-06-10 12:21:48 +01:00 |
Nick Gasson
|
3106fe0ed6
|
Generate port declarations for entities.
But doesn't emit them yet!
|
2008-06-09 16:27:04 +01:00 |
Nick Gasson
|
e29954e03f
|
Generate concurrent assignments from logic gates
|
2008-06-09 15:05:32 +01:00 |
Nick Gasson
|
3b5d56e087
|
Allow n-ary expressions
|
2008-06-09 14:53:50 +01:00 |
Nick Gasson
|
aa91186119
|
Add AST elements for unary/binary expressions to model logic gates
|
2008-06-09 14:39:58 +01:00 |
Nick Gasson
|
d08f5af9c6
|
Add concurrent assignments
|
2008-06-09 14:21:55 +01:00 |
Nick Gasson
|
b96e471fa2
|
Stub code for handling logic gates
|
2008-06-09 14:08:27 +01:00 |
Nick Gasson
|
110a1b2ac7
|
Replace type classes with enumeration
|
2008-06-08 12:48:56 +01:00 |
Nick Gasson
|
fbf85398da
|
Support converting bit strings to std_logic
|
2008-06-07 16:19:10 +01:00 |
Nick Gasson
|
8c3461f0ff
|
Generate sensitivity lists properly and add signal declarations
|
2008-06-07 11:48:38 +01:00 |
Nick Gasson
|
c3ac1aac8c
|
Remove debugging messages from output
|
2008-06-04 21:07:50 +01:00 |
Nick Gasson
|
7bd1565cfb
|
$display now (mostly) working
|
2008-06-04 20:42:44 +01:00 |
Nick Gasson
|
ab6ae621cb
|
Remove useless comments in output
|
2008-06-02 20:24:25 +01:00 |
Nick Gasson
|
17ae0a6a09
|
Fix a bug where the same instantiation appeared multiple times
|
2008-06-02 18:05:39 +01:00 |
Nick Gasson
|
041925c123
|
Component instantiation to replicate Verilog hierarchy
|
2008-06-02 17:45:58 +01:00 |
Nick Gasson
|
9292a087e8
|
Generate VHDL processes from Verilog processes
|
2008-06-02 16:17:01 +01:00 |
Nick Gasson
|
7c9d154461
|
Forgot source files for entity generation
|
2008-05-31 15:31:48 +01:00 |