Giter Site home page Giter Site logo

Synth small problem about hdmi HOT 3 CLOSED

LMN128 avatar LMN128 commented on August 15, 2024
Synth small problem

from hdmi.

Comments (3)

sameer avatar sameer commented on August 15, 2024

First, Vivado doesn't support parameter string, bud it easy to resolve it by deleting "string" words.

Ok, good to know. I've seen it in Intel params so I assumed Vivado would support it too.

Second, there is general problem if use 16bits audio bit width instead of 24bit there is error:

[Synth 8-659] type mismatch in assignment: bit [15:0]A[1:0] vs. bit [23:0]B[1:0] ["C:/temp/DV/DV.srcs/sources_1/new/packet_picker.sv":78]

with 24bits is synthesizable.

Looks like Quartus will allow truncation without a hard fail, but Vivado does not.

I'll push a commit to fix this soon. I should start testing with Vivado simulation in Travis CI, do you know if it's possible to get the simulation tool standalone?

from hdmi.

sameer avatar sameer commented on August 15, 2024

Also, because the type is not string now, you can't use null padding unfortunately:

"Unknown\0"

must become

{"Unknown", 8'd0}

from hdmi.

LMN128 avatar LMN128 commented on August 15, 2024

Great. Synth is OK. Thanks a lot.

from hdmi.

Related Issues (20)

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.