db47h / hwsim

A Go package that provides the necessary tools to build a virtual CPU using Go as a hardware description language and run it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update API to make Chip() implementable in a separate package

db47h opened this issue · comments

The idea is to make it doable, NOT to move Chip().

This will require exporting a few methods in Socket, mostly.