Sitemap || RHDL
/ RHDL Installation Quickstart
RHDL Installation Quickstart
Quick guide to setting up RHDL
- ruby 1.6.x (may work w/ previous versions and 1.8.x, but it's untested). If you don't have Ruby, you can get it from the Ruby download page
- Test::Unit ruby package should be installed for test benches and running examples. Get from the Test Unit Homepage. (this is not absolutely required, but without it you won't be able to run some of the examples)
- Some understanding of Ruby will help, but not absolutely required.
- Download the RHDL package
- Unpack the package: tar -xvf RHDL.tar
- Go to the directory where you unpacked the tar file (RHDL-0.4.3)
- run the install script: ruby install.rb
- Go to the examples subdirectory under RHDL-0.4.3
- Run the state_machine.rb example: ruby state_machine.rb
- You should see output showing step times and current states (if you see errors instead, please check your installation and if it's OK send an email to the support link below).
- NOTE: the state_machine.rb example should run fine without having Test::Unit installed.
Any questions, suggestions, requests, comments should be sent to
support. Thank you.
Sitemap || RHDL
/ RHDL Installation Quickstart