Rucadi

Results 56 comments of Rucadi

I would like to have a feature to read a byte array into a BigNum, I'm using this library to get big num data from a server. If I end...

I'm not too used to programming with JS, I saw some problems running the npm test and I fixed them, also checked that this is not used on the browser...

I don't know which could be the best way to create some unit tests for this. The way I tested it was to upgrade the code from the previous PR,...

Maybe you can start taking a look at the Linux driver

I've made a fork where I put support for the Alveo U280: https://github.com/rucadi/vivado-risc-v based on the Alveo U250 Support (I wanted to do a pull-request after having it working) However,...

The UART clock input frequency is 100MHz, and it comes from a clocking wizard. The clocking wizard is fed with the clk_user port that comes from the SI570. https://github.com/Xilinx/XilinxBoardStore/blob/2020.2/boards/Xilinx/au280/es1/1.1/part0_pins.xml #...

Well, I just loaded the bitstream and now UART is working. I spotted the main problem, that was that ALVEO U250 support uses a 300MHz clock as clk_user, while sysclk...

I would like to merge the Alveo U280 Support, I have checked that the QSFP1 it's working (Right now, with my resources I can't check QSFP0, but I assume it...

Hi, I've not been working on this part for a while, due to other priorities. My current fork works only with the configuration: Rocket64MeepConfig (you can change it a little)....

About the NFS flow, I think that eugene has not made drivers for U-boot, so I think that if you don't develop them (I suppose it's not too difficult replicating...