Forum Discussion
Altera_Forum
Honored Contributor
8 years agoIs this already maximally pipelined ... anything I can do to speed this up?
According to .sta.rpt Fmax for this is 307 MHz which is less than 50% of the datasheet listed max speed... wbr Kusti
always @(posedge sys_clk) begin
if (($signed({1'd0, e}) | (count...
Altera_Forum
Honored Contributor
8 years agoOk, thanks, as I'm only using command line I need figure out how to do that from the text file but I expect I can use the assignment editor to get a clue. Thanks!