config/application.rb in origen_sim-0.16.1 vs config/application.rb in origen_sim-0.20.0
- old
+ new
@@ -34,13 +34,15 @@
origen_guides_index: -> (index) do
index.section :simulation, heading: "Simulation", after: :program do |section|
section.page :introduction, heading: "Introduction"
section.page :howitworks, heading: "How It Works"
section.page :compiling, heading: "Compiling the DUT"
+ section.page :ams, heading: "AMS Support"
section.page :environment, heading: "Environment Setup"
section.page :app, heading: "Application Setup"
section.page :patterns, heading: "Simulating Patterns"
section.page :flows, heading: "Simulating Flows"
+ section.page :direct, heading: "Direct DUT Manipulation"
section.page :log, heading: "Simulator Log Output"
section.page :artifacts, heading: "Artifacts"
section.page :debugging, heading: "Debugging"
end
end