Unoptimised verilog code (simple_add example) #434
Replies: 2 comments 1 reply
-
|
Found solution : https://groups.google.com/g/xls-dev/c/R4wRBRgQIe4/m/uBxH5jWACwAJ |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
closing this as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I tried example of "simple_add" code. And successfully generated code in verilog.
After looking at verilog code it not look like optimised code.
I mean it just add function but it use lots of buffer. Just want normal combination logic without using clock to synchronise.
expected output. module ...
out = a + b;
endmodule
Note, I just followed command specified in document. (and also tried removing pipeline option from code generation step)
Do I need to do special action to avoid using additional buffer or clock?
Thanks,
~Rohit
Beta Was this translation helpful? Give feedback.
All reactions