fork of debit from https://code.google.com/p/debit/
Blinking Led Project
Protocol test extension for testing spi in cocotb
cocotb test module for i.MX EIM and WEIM bus
Chisel Super Nes pad controler
Quick and Dirty python scripts that modify verilog modules generated by Chisel
just a test of cocotb with a vhdl design
Code de mes articles dans les magasines des éditions diamond
Ngspice analogic simulation
:seedling: Experimental open source micro-ecosystem for open FPGAs
issue commentFPGAwars/apio
Integrate the binaries from the FPGA-toolchain
The dfu-utils has been already integrated from FPGA-toolchain to the toolchain-dfu apio package
Roadmap:
- [x] dfu-utils
- [ ] Yosys
- [ ] ECP5
- [ ] ICE40
comment created time in 2 hours
issue closedFPGAwars/apio
I see apio is still using ujprog programmer that is stopped in time
It is to use fujprog as programmer
https://github.com/kost/fujprog/releases
closed time in 2 hours
goran-mahovlicissue commentFPGAwars/apio
New apio release (0.6.0). It comes with the fujprog. I will close this issue
comment created time in 2 hours
issue commentFPGAwars/apio
At last we have a new release: apio 0.6.0: https://pypi.org/project/apio/0.6.0/ Release cycles will be shorter from now on
comment created time in 2 hours
startedpepijndevos/Mosaic
started time in 2 hours
push eventFPGAwars/apio
commit sha 6d2696a5cf4c0fc6a22cd8aa531486a7519e1800
New apio stable release: 0.6.0
push time in 2 hours
push eventFPGAwars/apio
commit sha 1e2417ccb76725169f256d65f81f6aff512eea2c
Preparation for release : 0.6rc2
push time in 2 hours
push eventKiCad/kicad-source-mirror
commit sha 5607420339804397493d0cd787e04654f74de2be
Fix polylines being skipped in DXF blocks
push time in 2 hours
push eventFPGAwars/apio
commit sha ef5b50f469ea86871bee741272fe43b225bef35b
Preparation for release 0.5.6rc1
push time in 3 hours
push eventFPGAwars/apio
commit sha bceac03e5c0eb97420a997f3f3c188c6a0abb530
dev version increased: 0.5.5
commit sha 322eb87c7b0ed4b52a869399613bd338073cf322
Initial support for the EDU-CIAA-FPGA board
commit sha 1c95d9961f99c2afd6c32ddaae8b6f94566e8b19
Install requirement added: wheel>=0.35.0
commit sha 110aa2959bf25d5839e596938ce69dc075f86a5e
DFU util fix argument list
commit sha dfde90ba6c4fb6de77492175f3111591f8c372ec
Update README.md
commit sha d481d769b857c70c0767da561d6d4f56d3059691
Fix sudo dependency that breaks dfu at windows, it's needed to configure udev rules for fomu board in linux
commit sha ef296eedabf5872ecf2cc474da5fde9c118d61d2
Merge branch 'develop' of https://github.com/FPGAwars/apio into develop
commit sha 1ef8fec54190474a61974f183fc536db87597bc5
ulx3s board: rules files updated
commit sha 7ef39eac5e992a3b8f5420f4269e61daf1164a60
ULX3S: Programmer fujprog added
commit sha 6401c8133360f5090d083777047417b5def29a15
ULX3S: Parameter -l added to the fujprog
commit sha 0645a363e68aa6badf8248981afc9a6b87f8ca80
ulx3s: fixed typos in fujprog
commit sha 258cab0d2a653ba64ce30c809d2b923954bdb3e9
fujprog package added to the path
commit sha 570e3a805650e3d4dbf77f3e7092a507a27da4e5
apio raw should now work ok with fujprog
commit sha fe0bd6711e0c53678914cf4a6cee4480e6661768
ulx3s: bug fixed: apio upload is working in linux
commit sha 9d93be1b6c1dc7d92c45a0d2061adcaa350c5676
Initial muselab iCESugar v1.5 support on Windows Initial muselab iCESugar v1.5 support on Windows. I'ts just find a drive and copy a file so it must be easy to add Linux support.
commit sha 3af902b59a2dd401d186c19781ec4509a2f00b33
Apio with icesprog for windows Apio with icesprog for windows. Not tested actual programming.
commit sha 097ea13d788bf389fd7e356149b0ba68ea3b793e
not needed
commit sha 8c70f7d4cdf485fae1c26b4238df7705a2366394
change of programmer
commit sha 7d6afff6eaa954c02e97ce45d508115e9d2e5b41
Update util.py It seems packages with bin directory must be added to util.py too
commit sha d49c9d1c19b70663a6a3dc9dcbfae28de7eb2ca6
Support for iCESugar v1.5 in README
push time in 3 hours
PR opened sebsauvage/MinigalNano
Thumbnail for image with jpeg extension not take into account Correct issue #128
pr created time in 6 hours
issue commentenjoy-digital/colorlite
Server not responsive / what do I do with the ethernet port?
Thanks.
comment created time in 6 hours
push eventKiCad/kicad-source-mirror
commit sha d50d728d1953f595b5d7a5858872d6ab54c8c6e0
Cleanup compiler warnings
push time in 7 hours
push eventKiCad/kicad-source-mirror
commit sha 71ce00c5ce72f261c2018941e7c803322be22f0d
Allow rotation of a single graphic line. Fixes https://gitlab.com/kicad/code/kicad/issues/6487
commit sha 1cae0b6c08d7df65471276226b530df8f1726620
Make sure board edges have 0 width. When we divide up a rectangle or polygon (for better RTree usage) we need to make sure the individual segments also have their widths zeroed out. Fixes https://gitlab.com/kicad/code/kicad/issues/6482
push time in 8 hours
push eventKiCad/kicad-source-mirror
commit sha 31a26e7d2580c3874aa96dcf032358aada04c42a
Add missing GetEffectiveShape().
commit sha 9c7c05c161b9144952635a3d4211b448be217fff
Mostly formatting cleanup but a few type-casting cleanups too.
push time in 9 hours
push eventKiCad/kicad-source-mirror
commit sha d1bddcf8799a22986bfa26da227c435a98368e9e
Implement GetEffectiveShape() for PCB_TARGET_Ts. Fixes https://gitlab.com/kicad/code/kicad/issues/6488
push time in 11 hours
issue commentsifive/duh
Duh Validate doesn't work for I/Os without Prefix
Is this an issue with duh-portinf command? that produces a busInterface with empty name?
comment created time in 12 hours
issue commentsifive/duh
Looks great.
In general, all ports should be mapped to busInterfaces (VLNV or bundles). I think it makes sense to make Un-mapped Ports number red when it is > 0.
Also, it makes sense to report a total width of all ports (except when the width is an expression). Or even total number of input and output bits:
Input width: 123 bits,
Output width: 2340 bits,
Please use the following guideline on filing the PR https://github.com/sifive/duh/blob/master/.github/CONTRIBUTING.md
comment created time in 12 hours
push eventFPGAwars/apio
commit sha 8310ff70f68fc7ad1e6654c9669e271f81538174
Version changed to 0.5.6 (for testing)
push time in 12 hours
push eventFPGAwars/apio
commit sha 16fa75d00390947295e189d57018f0bf9017355e
Apio 0.6.rc1
push time in 12 hours