-
Updated
Jul 20, 2022 - TypeScript
synthesis
Here are 436 public repositories matching this topic...
-
Updated
Aug 2, 2022 - C++
-
Updated
Jun 5, 2022
-
Updated
Jul 21, 2022 - C++
Tuo Xie requested the ability to visualize clocking (pins & wires I believe). We should make it easier to visualize subsets of the device routing resource and types of routing nets.
Proposed Behaviour
Add filtering to the rr_nodes displayed (ToggleRR), and to the nets displayed (ToggleNets). I think we should have an option to filter what is shown by node type, node name (segment or pin t
-
Updated
Aug 2, 2022 - HTML
-
Updated
Jul 26, 2022 - C#
-
Updated
Jun 30, 2020 - Python
-
Updated
Apr 22, 2022 - Python
-
Updated
Jul 31, 2022 - C
-
Updated
Nov 29, 2020 - VHDL
-
Updated
Sep 1, 2021 - SuperCollider
-
Updated
Aug 2, 2022 - Python
The lash library, used for session management with jack sound server, is very old (last release in 2009) and unmaintained (no commit in the upstream git since July 2009).
Luckily there is a viable replacement: the Nedko Arnaudov's LADI Session Handler (https://github.com/LADI/ladish). It's a complete rewrite of lash and is much more active (last git commit was in February 2021); it's already used
-
Updated
Jan 8, 2022
-
Updated
May 24, 2022 - C++
-
Updated
Jul 7, 2022 - Java
-
Updated
Mar 6, 2022 - JavaScript
-
Updated
May 4, 2022 - Python
-
Updated
Feb 18, 2022 - Ruby
-
Updated
Jun 21, 2022 - Python
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
Apr 13, 2022 - Python
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
Improve this page
Add a description, image, and links to the synthesis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the synthesis topic, visit your repo's landing page and select "manage topics."


Motivation
The Git class currently doesn't support submodules which prevents for example using submodules in Quark repos.
Description of Proposed Feature
Add a submodule method to
Gitand add submodule recursion to theQuarkinstall step, eg adding the--recurse-submodulesgit flag to the clone command. This will download an