Class: SOCMaker::VerilogCoder

Inherits:
HDLCoder
  • Object
show all
Defined in:
lib/soc_maker/hdl_coder.rb

Overview

Verilog coder class: not implemented, yet.

Instance Method Summary collapse

Methods inherited from HDLCoder

#clear, #initialize

Methods included from ERR

#consistence_error, #consistence_error_if, #init_error, #init_error_if, #processing_error, #processing_error_if

Constructor Details

This class inherits a constructor from SOCMaker::HDLCoder

Instance Method Details

#filename(name) ⇒ Object

Adds verilog file suffix



75
76
77
# File 'lib/soc_maker/hdl_coder.rb', line 75

def filename( name )
  return name + ".v"
end