-
Updated
Mar 21, 2022 - TypeScript
synthesis
Here are 415 public repositories matching this topic...
Motivation
The .postf is a neat shortcut for posting a formatted string.
But personally I see my self doing things like "% is not implemented yet".format("something").warn and the equivalent with .error all the time.
Description of Proposed Feature
Add the following methods to String:
// Equivalent to .postf
St
-
Updated
Jan 5, 2022
-
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
Mar 22, 2022 - HTML
-
Updated
Feb 28, 2022 - C#
-
Updated
Jun 30, 2020 - Python
-
Updated
Jan 31, 2021 - Python
-
Updated
Sep 1, 2021 - SuperCollider
-
Updated
Nov 29, 2020 - VHDL
-
Updated
Mar 23, 2022 - Python
-
Updated
Mar 24, 2022 - C
-
Updated
Jan 8, 2022 - C++
-
Updated
Jan 8, 2022
-
Updated
Feb 21, 2022 - C++
-
Updated
Mar 6, 2022 - JavaScript
-
Updated
Dec 14, 2021 - Java
-
Updated
Jul 17, 2021 - Python
-
Updated
Feb 18, 2022 - Ruby
-
Updated
Mar 11, 2022 - Python
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
Feb 26, 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."
Recent discussions show that it is still possible for the
load_synthdefsfunction to raise an un-handled error if it is given the path to a SynthDef file instead of a directory of SynthDefs.We should fix this by raising a more useful error that describes the problem in a clearer way.
I suggest adding something like the following line: