I wrote the code using ieee.std_logic_unsigned package and now I have problem compiling it. Is there a way to use options --fsynopsys and -fexplicit at the same time since I need them to get rid of errors? Thanks
2
There are 2 best solutions below
0
lasplund
On
You should not use std_logic_unsigned for new code. Use numeric_std_unsigned instead. That is the real IEEE package. See When to use VHDL library std_logic_unsigned and numeric_std?
Related Questions in VHDL
- Need clarification on VHDL expressions involving std_logic_vector, unsigned and literals, unsure about compiler interpretation
- uart in vhdl send a string
- How do I diagnose and fix COMP96 ERROR COMP96_0055 and COMP96 ERROR COMP96_0056 when using Vunit to run my VHDL test bench
- VHDL Finite State Machine not transitioning correctly based on external signal
- Binary Coded Decimal Counter in VHDL
- My VHDL ALU code fails to output the result of addition, but outputs the result of subtraction just fine?
- Padding zeros with std_logic_vector results in Implementation Error
- What is the order of porches, visible video data, and sync periods in HDMI protocol?
- Im trying to buil a “N” bit parameterizable accumulator based in an adder and in a register, both parameterizable
- Simulation of a register and an incrementer with VHDL
- VHDL Error - Washing Machine - unresolved signal is multiply driven
- Traffic light junction in VHDL
- Addition of one 4-bit and one 3-bit inputs in VHDL
- 4 input nand gate using 2 input nand
- how to implement a Vhdl code for 2bit karatsuba algorithm
Related Questions in IEEE
- Need clarification on VHDL expressions involving std_logic_vector, unsigned and literals, unsure about compiler interpretation
- Explanation of Rounding of two Ieee754 numbers
- Why \markboth command doesn't work in my overleaf?
- Chatbot written in Python that should work in Telegram does not search for articles from the IEEE Spectrum website
- How to Use Overleaf along with Zotero when using IEEE Access Template
- Could a frame have different vendor specific fields?
- Mix letters (russian + latin) in a specific bibliographic reference on a mainly latin-font, IEEEtrans style, Latex article
- Maximum absolute and relative error of IEEE-754 single precision representation?
- Canonical double format from ecmascript
- Compare 2 floats by their bitwise representation in C
- Is accessing the "IEEE new reference window" in Word with VBA possible?
- IEEE Xplore's Python Software Development Kit returns ImportError: cannot import name 'soft_unicode' from 'markupsafe'
- How can I output bit pattern of infinity and NaN in C++?(IEEE standard)
- IEEEtran: spaces between words in title
- Wifi network channel width
Related Questions in GHDL
- My VHDL ALU code fails to output the result of addition, but outputs the result of subtraction just fine?
- VHDL/GHDL: Why does port name hide entity?
- VHDL program's (Design+Testbench) run time is 0 sec
- VHDL when running ghdl -r my testbench is getting stuck after passing two values
- GHDL cannot find function defined in package
- Could not find gnatmake binary after MacOS installation
- vhdl: Why is aggregate assignment not allowed in this context?
- VHDL: Mealy FSM not producing state changes at clock edges?
- VHDL declaration expression cannot contain relational operator?
- Redirecting output of tcl proc to file and output (like tee) Part 2
- Unable to output data entered into a register
- Using Unisim with GHDL: vital_timing and vital_primitives not found in ieee library
- Unable to output data from ram memory address
- space is required between number and unit name
- ghdl never terminates and I don't know, why
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?