Paolo Pisati

Results 7 comments of Paolo Pisati

I solved the signed extension this way: https://github.com/piso77/fpga-fun/commit/3c5045fc2560ed227513f547501629fd59ba57e9 and then it'll complain about some signals not being latched: https://github.com/piso77/fpga-fun/commit/6f9020ac81f08ad99e5f74bdd04932b59ba0a659 After you apply these two, you get the above error.

> Hi. I stumbled across this comment in https://github.com/wuxx/icesugar/blob/master/src/basic/verilog/flash/top.v > > `//from ice40 ultraplus datasheet, the miso/mosi are inverted in the ice40 when in flash-prog mode` > > Invert the...

Indeed, after inverting spi MISO/MOSI, i successfully flashed hello world and see it execute from flash.

I have a series of commits to enable ICESUGAR, but it never really worked - not sure if if was the flash chip or something in my memory map. Should...

> @piso77 checkout #66 for icesugar-nano, it works fine in my end, I don't have an icesugar board to test on it, however it's not very different, just re-naming and...

Ok, after a bit of tinkering i realized what is wrong: the microusb is not used at all, instead one is supposed to plug a PmodUSBUART (see Digilent website) into...

zfs-2.2.5-staging branch with the above applied, still FTBFS on s390x/6.10-rc6: ``` CC [M] /home/ubuntu/zfs/module/os/linux/zfs/zvol_os.o LD [M] /home/ubuntu/zfs/module/zfs.o MODPOST /home/ubuntu/zfs/module/Module.symvers ERROR: modpost: GPL-incompatible module zfs.ko uses GPL-only symbol 'vm_layout' make[5]: ***...