Git Product home page Git Product logo

pacoreinacampo / verilog2vhdl Goto Github PK

View Code? Open in Web Editor NEW
10.0 4.0 3.0 13.92 MB

Hardware Description Language Translator

License: MIT License

Makefile 8.04% C 2.37% Lex 0.08% Yacc 0.50% SystemVerilog 43.84% Shell 17.26% Ada 1.53% VHDL 4.77% C++ 1.52% Batchfile 11.29% Stata 0.01% Filebench WML 2.19% Java 1.39% MATLAB 0.17% Python 1.00% Go 1.04% Rust 2.02% GAP 0.10% Assembly 0.71% Forth 0.16%
eda

verilog2vhdl's Introduction

verilog2vhdl

QueenField

QueenField

A Hardware Description Language (HDL) is a specialized computer language used to describe the structure and behavior of digital logic circuits. It allows for the synthesis of a HDL into a netlist, which can then be synthesized, placed and routed to produce the set of masks used to create an integrated circuit

.1. module_definitions
.1.1. module_items
.1.1.1. data_type_declarations
.1.1.2. module_instances
.1.1.3. primitive_instances
.1.1.4. generate_blocks
.1.1.5. procedural_blocks
.1.1.6. continuous_assignments
.1.1.7. task_definitions
.1.1.8. function_definitions
.1.1.9. specify_blocks
.1.2. port_declarations
.2. data_type_declarations
.2.1. net_data_types
.2.2. variable_data_types
.2.3. other_data_types
.2.4. vector_bit_selects_and_part_selects
.2.5. array_selects
.2.6. reading_and_writing_arrays
.3. module_instances
.4. primitive_instances
.5. generate_blocks
.6. procedural_blocks
.6.1. procedural_time_controls
.6.2. sensitivity_lists
.6.3. procedural_assignment_statements (=continuous_assignments)
.6.4. procedural_programming_statements
.6.4.1. if_part
.6.4.2. case_part
.6.4.3. casex_part
.6.4.4. casez_part
.6.4.5. for_part
.6.4.6. while_part
.6.4.7. repeat_part
.6.4.8. forever_part
.6.4.9. disable_part
.7. continuous_assignments
.8. operators
.9. task_definitions
.10. function_definitions
.11. specify_blocks
.11.1. pin_to_pin_path_delays
.11.2. path_pulse_detection
.11.3. timing_constraint_checks
.12. user_defined_primitives
.13. common_system_tasks_and_functions
.14. common_compiler_directives
.15. configurations
.16. synthesis_supported_constructs
source install.sh

cd test
source test-msp430.sh
source test-riscv.sh

verilog2vhdl's People

Contributors

pacoreinacampo avatar queenfield avatar

Stargazers

 avatar  avatar Jiang Zhu avatar TonicBoomerKewl avatar Zhaofeng Yang (楊肇峰) avatar  avatar yyk avatar Yuyang Zhou avatar  avatar  avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

verilog2vhdl's Issues

std_logic constants incorrect

when assigning constant values to signals of type std_logic the VHDL translation has signal_name <= 0 rather than
signal_name <= '0';

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.