-
Updated
Nov 26, 2020 - TypeScript
synthesis
Here are 301 public repositories matching this topic...
-
Updated
Dec 1, 2020 - Ruby
-
Updated
Oct 5, 2020
-
Updated
Nov 23, 2020 - C++
-
Updated
Jun 30, 2020 - Python
-
Updated
Nov 23, 2020 - C#
-
Updated
Dec 4, 2020 - HTML
Proposed Behaviour
None of the core VPR algorithms should care if the relevant t_physical_tile is an input / output / IO type.
Current Behaviour
Some behavior is still dependent on whether a tile is an input / output / IO type.
Possible Solution
The relevant code shouldn't need to care. Once all callsites of is_input_type/is_output_type/is_io_type are removed, the
-
Updated
Jul 8, 2019 - Python
-
Updated
Jun 6, 2020 - SuperCollider
-
Updated
Nov 29, 2020 - VHDL
-
Updated
Nov 20, 2020 - C++
-
Updated
Oct 1, 2020
-
Updated
Dec 2, 2020 - Java
-
Updated
Apr 29, 2020 - C++
-
Updated
May 25, 2020 - JavaScript
-
Updated
Jun 7, 2017 - Ruby
-
Updated
Nov 18, 2020 - Python
-
Updated
Dec 4, 2020 - C
-
Updated
May 7, 2020 - Python
-
Updated
Sep 28, 2020 - Python
-
Updated
Dec 4, 2020 - Python
-
Updated
Nov 18, 2020 - 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."
The Linux readme (https://github.com/supercollider/supercollider/blob/develop/README_LINUX.md#environment) mentions the use of environment variables
SC_JACK_DEFAULT_INPUTSandSC_JACK_DEFAULT_OUTPUTSas ways to decide which jack client to connect to on startup. This is a cool feature but for some reason these environment variables are just overwritten in the startup method for the linux platfo