OpenCores
Issue List
IO definition #4
Closed gabrieloshiro opened this issue about 15 years ago
gabrieloshiro commented about 15 years ago

Define Inputs and Outputs.

  • Top Level (Based on 6507 pinout)
  • Finite State Machine (FSM)
  • Arithmetic Logic Unit (ALU)

Top Level should not contain logic statements. If it is necessary, a new submodule should be created.

creep was assigned about 15 years ago
creep commented about 15 years ago

As of today (March 6th) some of the I/Os have been defined and commited. The idea is that the ALU will be as small as possible therefore it will not deal with the macro-ops. Instead it will be receiving control signals from the FSM, i.e. add, sub, cmp, etc. However, these signals were not create yet.

gabrieloshiro closed this about 15 years ago

Assignee
creep
Labels
Request