The Wayback Machine - https://web.archive.org/web/20210904113158/https://github.com/topics/primitives
Skip to content
#

primitives

Here are 109 public repositories matching this topic...

symbiflow-arch-defs
rw1nkler
rw1nkler commented Aug 21, 2020

During the work on merging #1419 I figured out that the basic BUFGMUX example works differently on Arty Board and Nexys Video.

The example uses three LEDs:

  • led[2] - blinks with slow frequency
  • led[1] - blinks with high frequency
  • led[0] - blinks with the same frequency as led[2] or led[1] depending on sw[0] state.

On the Arty Board, the example works as intended. On Nexys Video, when

csala
csala commented Jan 28, 2020

Current save/load methods focus on dumping and loading the pipeline definition in its JSON form, but provide no means to save a fitted pipeline and load it later to make predictions, being the usage of pickle outside of the pipeline the only way to go.

Let's re-implement the save/load methods to save the whole pipeline instance, and move the current save functionality to a to_json method.

Improve this page

Add a description, image, and links to the primitives topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the primitives topic, visit your repo's landing page and select "manage topics."

Learn more