Class: RubyRTL::Circuit

Inherits:
ASTBuilder show all
Defined in:
lib/ruby_rtl/ast.rb

Instance Attribute Summary collapse

Attributes inherited from ASTBuilder

#ast

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_statementsObject

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