Andreas Wallner
Andreas Wallner
> So things I think it should automatically pave over: > > * Address granularity - See current iteration > > * Pipeline vs standard (STALL) - In current code,...
I had a discussion with @Dolu1990: we were wondering if it would make more sense to move this to a `WishboneB4` package, keeping the current one as is (probably with...
The drawback is that deprecation is often either ignored, or right out not seen due to whatever editor is being used. This doesn't mix really well with keeping around functions...
I tried this and it does not help. What you posted (`\\?`) does look like a UNC path (even though I've never seen it with a question mark before), which...
Typically I `cd` into the `app` folder and run `cargo build` there. If I run `cargo asm --manifest-path app/Cargo.toml -p embedded-lib whatever` I get the same error as if I'd...
Our full code is not available, but I can strip it down for you to have an example - please give me one to two days.
One quick note: I'm not sure that we should go down the route to basically drop verilog support (which we'd kind of do if we have temporal sequences in verification...
> > One quick note: I'm not sure that we should go down the route to basically drop verilog support (which we'd kind of do if we have temporal sequences...