Git Product home page Git Product logo

fletcher-oc-accel's People

Contributors

johanpel avatar joosthooz avatar lars2309 avatar mbrobbel avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

ahadnagy yyunon

fletcher-oc-accel's Issues

Resolve platform name clash

This platform is called "snap", but this collides with the original fletcher-snap for capi1.0/2.0.
It should be called "oc-accel"

Multi-driven net in action_fletcher

Setting these pins outside of a process:

  snap_regs(SNAP_REG_CONTROL)(1) <= '1'; -- dirty hack to always be done.
  snap_regs(SNAP_REG_CONTROL)(2) <= '1'; -- dirty hack to always be idle.
  snap_regs(SNAP_REG_CONTROL)(3) <= '1'; -- dirty hack to always be ready.

and also resetting them in a clocked process:

      -- Reset
      if action_rst_n = '0' then
        snap_regs(SNAP_REG_CONTROL) <= (others => '0');
      end if;

causes a critical warning for multiple drivers.

snap_regs(SNAP_REG_CONTROL)(1) <= '1'; -- dirty hack to always be done.

oc-accel simulation does not support vhdl2008

The scripts in oc-accel generate a simulation project without the needed flags to support vhdl2008.
We should try to add this flag, while making sure this does not create compatibility issues.

Right now, the workaround is to replace a process sensitivity list (all) with all the actual signals.

Some assertions are causing failures because of oc-accels reset sequence

oc-accel does not assert reset from the very beginning. That causes some stuff to be in an undefined state for a little while, which causes some assertions in fletcher to trigger a failure. These need to be converted into warnings for a fletcher design to work in oc-accel (see the patch in the README). I want to automate that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.