Skip to content

picoblaze-IDS/bin2vhdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programs information

From: University of Kent
Name: Bin2VHDL
Language: Java
Date: August 2012

Description

This README file details how to run a Bin2VHDL Program.

This program is used to convert the binary packet that it will receive as parameter, into VHDL language.

How to use it

The Bin2VHDL program is very simple to understand, the only thing that you need to give, is the binary file, then the program will automatically convert it into VHDL language, and output the result of this convertion on the standard output. So then you just need to copy / paste the result in your PicoBlaze program.

./bin2VHDL binary_file
  • On Netbeans, to specify which file you are going to use, you have to right click on your project, then go into the "properties", then go to "run" tab, and specify the name of the file into the "Arguments" field.

Further information

This program is no more used as a single program, we incorporated it into the PicoBlazePacketForger, in order to be more easy and relevant to use the whole java part.

Contact

David Carnot
[email protected]

Jean-Charles Le Goff
[email protected]

Valentin Briand
[email protected]

Michael Bishaey
[email protected]

About

Convert binary data to VHDL (RAM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages