Skip to content

kmzbrnoI/mtb-simulator-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTB Simulator Library

MTB Simulator Library is a tool simulating real MTB bus. It meets MTB library interface specification.

Description

This library is an alternative library to MTB library, which provides connection to the MTB bus. This library does NOT connect to the MTB, however, MTB is simulated. Its main purpose is to simplify debugging -- MTB bus (and whole layout) is not necessarry, because it is simulated.

In the main form, each MTB-UNI or MTB-TTL board is represented as a single column of shapes. This column contains 16 shapes = 16 inputs and outputs. You can view the state of all the outputs and change state of the inputs by clicking into the shape.

  • Black border → input=0
  • Red border → input=1
  • Black inside → output=0
  • Green inside → output=1

Authors

This software is distributed as open source under Apache License v2.0.