Sergei Fedorov

Results 12 comments of Sergei Fedorov

Could you please be a little more specific? What are you building? Just the library? Which git branch are you using? Unfortunately I don't have a Windows machine, so I've...

The library requires my other library https://github.com/zmij/metapushkin and in CMake environment it is downloaded as an external project. Can you put the metapushkin includes into your include search paths and...

Consistent type aliases Remove unused type aliases

@jussihi The result of multiplying a matrix by a single-columm matrix is a single-row matrix. There is a function as_vector for matrices with a single row/column

@jussihi Well, obviously there is a couple of issues with README, sorry. I think the issues were introduced when I implemented lazy evalueation. I’ll fix it when I find some...

Hi @trabucayre I'm having the same problem with tangnano4 ``` $ openFPGALoader -b tangnano4k -f impl/pnr/key_blink.fs write to flash Jtag frequency : requested 6.00MHz -> real 6.00MHz Parse file Parse...

Hello @trabucayre, this was a usb hub problem. I was connecting the board to my MacBook via a usb hub, after I connected the board directly to MacBook's type-c port,...

Hello @jussihi Thanks for your report, I'll have a look into it

Сonversion is in `` header. Thank you for pointing that out, I'll try and figure out how to make that more convenient

The convert function has two template parameters `Source` and `Target`, `Source` is deduced from the function's argument, and the target must be specified explicitly, e.g. ```c++ auto v3 = convert(a);...