Julian Kemmerer

Results 138 comments of Julian Kemmerer

Per https://github.com/JulianKemmerer/PipelineC/issues/57 Do something better than signed division using absolute value, unsigned div, and sign fix

A large part of this is figuring out how to make the place and route tools not fail on these 'const' paths once they are there... Need to structure code...

Also const is a good keyword idea But I want to make sure it's not confuse: this values is slowly changing and appears constant vs This value is actually a...

Can you use const variables to calculate other const variables? Do we have to have const. functions now? I suppose FUNC WIRES pragma is one way to signal a func...

nextpnr info on constraining clocks (and lack of clocks?) https://github.com/YosysHQ/nextpnr/blob/master/docs/constraints.md#clock-constraints

Looks like nextpnr can't false path certain logic So will probably need to have the slow per frame logic as 'a slow other clock domain' and the default behavior will...

I realize now that I have been confusing the simple request for "const meaning don't generate registers" with a more complex set of functionality that is specific to our project...

Ok outlining what needs to happen in order to implement this issue: @suarezvictor "Const means no regs for that variable". A consequence of removing registers along variable/wires means now previously...

I think its worth it to note @suarezvictor I said `Adding 'const' shouldn't ever make your design not meet timing/make pnr fail.` As part of my concerns above, from a...

Also if we can't settle on a keyword can always try a pragma ☺️