Class: RubyRTL::Circuit
- Inherits:
-
ASTBuilder
- Object
- ASTBuilder
- RubyRTL::Circuit
- Defined in:
- lib/ruby_rtl/ast.rb
Instance Attribute Summary collapse
-
#has_sequential_statements ⇒ Object
Returns the value of attribute has_sequential_statements.
Attributes inherited from ASTBuilder
Method Summary
Methods inherited from ASTBuilder
#Else, #Elsif, #If, #assign, #combinatorial, #comment, #component, #differential_ast, #fsm, #input, #name, #next_state, #output, #sequential, #state, #typedef, #wire
Instance Attribute Details
#has_sequential_statements ⇒ Object
Returns the value of attribute has_sequential_statements.
13 14 15 |
# File 'lib/ruby_rtl/ast.rb', line 13 def has_sequential_statements @has_sequential_statements end |