Skip to content

lechuakd1/vm80a

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Die photo

Die photo

Links to raw photos (please, note, files are LARGE):

Abstract

The vm80a is the core built on the base of the revengineered real 580BM80A die. The 580BM80A chip is the Soviet replica of early Intel i8080A microprocessor, and these ones are very close topologically.

The silicon techology parameters are:

  • 5 micron scale
  • one metal and one polycrystalline silicon layer
  • NMOS schematics with depletion mode loads
  • the extra high voltage source (+12V) is required
  • high voltage direct clock phases (+12V)
  • no built-in negative bias generator, extra negative voltage source is required

The reversing was performed in the following stages:

  • crystall decapsulation (with hot acid etching)
  • taking the panorama shapshot of combined upper metal and polysilicon layers
  • etching upper metal and polysilicon layers
  • taking the panorama shapshot of diffusion layer with the prints of polysilicon layer
  • vectorizing the photos in the SprintLayout editor
  • transferring the topology to the PCAD-2004 pcb editor
  • converting topology to PCAD-2004 schematics using the back annotation
  • writing the Verilog code on the precise schematics base
  • patching the code to eliminate the asynchronous nature of original circuits
  • simulating and testing the resulting vm80a core on the real FPGAs
  • thorough i8080 exerciser tests were passed successfully

Results

The project provides two i8080 models in Verilog - the one is pin-compatible with original processor and other is refactored to be implemented within SoC and has the Wishbone interface. Both approaches are proven on the real boards and FPGAs. The models are compact and fast enough, the typical speed and area for Wishbone-featured model on the DE0 board (Cyclone EP3C16F484C6):

  • 104MHz clock, 607 LUTs and 187 flip-flops, no RAM blocks

Directory structure

\sch

  • topology in Sprint Layout format
  • topology in PCD-2004 pcb format
  • schematics in PCD-2004 sch format
  • schematics in pdf (gate level)

\org

  • synchronous vm80a core, all original timings are kept intact, includes the wrapper for usage as in-place-substitution of real i8080/580BM80A

\wbc

  • Wishbone compatible version of vm80a core, uses single clock, FPGA-optimized, follows the original command execution timings

\tst

  • i8080 Exerciser test software and some other tests

Supported FPGA development boards:

About

i8080 precise replica in Verilog, based on reverse engineering of real die

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Verilog 59.9%
  • Assembly 25.8%
  • Stata 13.7%
  • Other 0.6%