Michael Neuling

Results 41 comments of Michael Neuling

Graphing some benchmarks over time would also be useful

@mithro I kinda got logLUTs to work. Now I need to automate it ![image](https://user-images.githubusercontent.com/115961/187402693-7fa28b88-abfa-4c8c-b594-33d186ea52a2.png)

I assume your --short gives a different length for you (based on your config). This fixes it for me but I don't think it'll work if `git describe` sets the...

With your current PR `make core_tb` will rebuild every time you run it. It would be good if we don't have to rebuild every time unnecessarily. I know some other...

@sharkcz I've cleaned this up a bit and rebased on upstream. https://github.com/mikey/microwatt/commits/githash I fixed the make issue (always rebuilding) and I made the hello world a bit prettier. ``` %...

Closing this in preference to #400. Thanks @sharkcz

> ``` > Info: Device utilisation: > Info: TRELLIS_SLICE: 15430/12144 127% Just looking at LUT4 usage, the biggest items are: ``` 3893 rotator 2333 loadstore1_0_5ba93c9db0cff93f52b521d7420e43f6eda2784f 2058 logical 1977 decode1_0_5ba93c9db0cff93f52b521d7420e43f6eda2784f 1429...

> Hrm, I'm assuming `rotator` is a 64-bit barrel shifter? That would explain a lot :P. yeah, and then some. powerpc has lots of rotate and mask/clear instructions We could...

A2P is probably not really ready for the real world yet. I'd just ignore that comment for now. Sorry. Removing the MMU and dcache is certainly an option. It might...

@paulusmack a quick check of just the rotator confirms it's this big. I run this: ``` podman run --rm -v /home/mikey/src/microwatt:/src:z -w /src hdlc/ghdl:yosys yosys -m ghdl -p "ghdl --std=08...