dependabot[bot] on npm_and_yarn
Bump eventsource from 1.0.7 to … (compare)
dependabot[bot] on npm_and_yarn
Bump async from 2.6.3 to 2.6.4 … (compare)
dependabot[bot] on npm_and_yarn
Bump minimist from 1.2.5 to 1.2… (compare)
dependabot[bot] on npm_and_yarn
Bump moment from 2.29.1 to 2.29… (compare)
dependabot[bot] on npm_and_yarn
Hello, I'm Usman, a final year computer science undergrad. I have designed a risc v 5 stage pipelined core, implementing the rv32i instruction set to get an idea of the opensource hardware. Currently, i am working on a software development kit that will program our SoC that @zeeshanrafique23 is leading.
I would like to like work on projects in the software domain that we can take as part of gsoc2021, if anyone is interested or has any ideas, please discuss. Thanks
Hi, I am moaaz, a senior student in nano-electronics department,
I have a good experience in Verilog and VHDL for both FPGA and ASIC flows. with a one year freelancing in the field of digital VLSI.
I want to participate in one of the projects propossed by FOSSI foundation in GSOC this year,
But I don't know how to communicate with the mentor !!!!
can anyone help me ?
This is my proposal (for Block-Based Circuit Design):
https://docs.google.com/document/d/1Yw-ev21OjIP2N2BFkQAuZLkw1uES4sqoQdoFnTNW_RQ/edit?usp=sharing
If anyone has any feedback or ideas they want to discuss, hmu!
Don't miss that FOSSi Dial-Up will resume on Tuesday https://www.fossi-foundation.org/dial-up/
That's great, thanks for letting us know.
Today I got a bit of time to work on blocky again, I was looking at the generators that come fully built into blocky, mainly javascript.js. It seems the closest to ours compared to lua or python.
Most of our logical ops will use similar code. I think we can need to have a complete list of keywords in TL-Verilog, I have not been able to find one till now. It can be compiled if not there.
https://github.com/google/blockly/blob/master/generators/javascript.js
There are a lot more things that get added with further documentation but I feel 1a itself provides a solid foundation to build a base generator.
https://docs.google.com/document/d/19wJ1jzm5gvQE_tP-rFZLs8Sj-TNZRaeC-mDVyqGp3-g/pub
@Nitish-byte check out the generator and specs sheet and let me know if you feel similarly.