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

eda

Here are 878 public repositories matching this topic...

PSUlion16
PSUlion16 commented Apr 9, 2020

As a user,

It would be nice to have the "Observed Value" Field be standardized to show percentages of "successful" validations, vs a mix of 0% / 100%. This causes confusion as there are different levels of validation outputs with different verbage (making someone not used to the expectations confused) I've given an example below in a screenshot for what I mean:

![image](https://user-images.g

Luke-in-the-sky
Luke-in-the-sky commented Jun 3, 2018

Hi there,

I think there might be a mistake in the documentation. The Understanding Scaled F-Score section says

The F-Score of these two values is defined as:

$$ \mathcal{F}_\beta(\mbox{prec}, \mbox{freq}) = (1 + \beta^2) \frac{\mbox{prec} \cdot \mbox{freq}}{\beta^2 \cdot \mbox{prec} + \mbox{freq}}. $$

$\beta \in \mathcal{R}^+$ is a scaling factor where frequency is favored if $\beta

imphil
imphil commented Mar 23, 2020

FuseSoC supports use flags, but doesn't document which use flags are actually set. This needs to be documented.

Currently we set:

  • A target use flag target_TARGETNAME, e.g. target_sim if fusesoc is called with --target=sim.
  • A tool use flags tool_TOOLNAME, e.g. tool_verilator if fusesoc is called with --tool=verilator

Support for user-defined use flags is being developed in #26

litghost
litghost commented Mar 5, 2020

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

100-Days-Of-ML-Code

Improve this page

Add a description, image, and links to the eda 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 eda topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.