-
Updated
Aug 13, 2021 - TypeScript
synthesis
Here are 366 public repositories matching this topic...
-
Updated
Aug 20, 2021 - C++
-
Updated
Aug 17, 2021
-
Updated
Aug 12, 2021 - 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 18, 2021 - C#
-
Updated
Aug 20, 2021 - Racket
-
Updated
Jun 30, 2020 - Python
-
Updated
Jan 31, 2021 - Python
-
Updated
Jan 27, 2021 - SuperCollider
-
Updated
Nov 29, 2020 - VHDL
-
Updated
May 6, 2021 - C++
-
Updated
Aug 21, 2021 - Python
-
Updated
Aug 20, 2021 - C
-
Updated
Aug 12, 2021
-
Updated
Jun 23, 2021 - Java
-
Updated
Apr 29, 2020 - C++
-
Updated
Jul 18, 2021 - JavaScript
-
Updated
Jun 7, 2017 - Ruby
-
Updated
Jul 17, 2021 - Python
-
Updated
Jun 8, 2021 - Python
-
Updated
Aug 20, 2021 - Python
-
Updated
Jun 4, 2021 - JavaScript
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."
Environment
Steps to reproduce
a = { Clip.ar(0, 0, 1) }.play; // crash a = { InRange.ar(0, 0, 1) * 0.05 }.play; // buzzing at kr frequencyExpected vs. actual behavior
Crashes, by definition, should be fixed or prevented. (The crash for Cli