SYMBOL INDEX (78 symbols across 26 files) FILE: cpu/control/gencompile.py function is_ctl (line 42) | def is_ctl(name): function str2tok (line 47) | def str2tok(s): function tok2str (line 51) | def tok2str(tokens): function get_rval (line 55) | def get_rval(tokens, i): function decomment (line 65) | def decomment(s): function sequential_or (line 78) | def sequential_or(f, t, tokens): FILE: cpu/control/genmatrix.py function getSubst (line 69) | def getSubst(key, token): FILE: cpu/toplevel/gencoremodules.py function connect (line 46) | def connect(module, wire): function parse (line 56) | def parse(wires, lines): FILE: cpu/toplevel/genfuse.py function RegWrite (line 83) | def RegWrite(reg, hex): function RegRead (line 96) | def RegRead(reg, hex): FILE: modelsim_pre_commit.py function fixup (line 35) | def fixup(): FILE: modelsim_setup.py function setup (line 24) | def setup(): FILE: resources/connotate-fuse.py function load (line 26) | def load(opcodeFile): FILE: resources/process-pla.py function xtostr (line 46) | def xtostr ( condition ): FILE: tools/dongle/daa/z80-instruction-test-daa.py function serialFlush (line 16) | def serialFlush(ser): FILE: tools/dongle/neg/z80-instruction-test-neg.py function serialFlush (line 16) | def serialFlush(ser): FILE: tools/dongle/sbc/simulate-sbc.py function printFlags (line 8) | def printFlags(f): function sbc (line 44) | def sbc(inA, op2, CYin): FILE: tools/dongle/sbc/simulate-sub.py function printFlags (line 8) | def printFlags(f): function sbc (line 44) | def sbc(inA, op2, CYin): FILE: tools/dongle/z80-instruction-run-cb.py function serialFlush (line 16) | def serialFlush(ser): FILE: tools/dongle/z80-instruction-run-dd-cb.py function serialFlush (line 16) | def serialFlush(ser): FILE: tools/dongle/z80-instruction-run-dd.py function serialFlush (line 16) | def serialFlush(ser): FILE: tools/dongle/z80-instruction-run-ed.py function serialFlush (line 16) | def serialFlush(ser): FILE: tools/dongle/z80-instruction-run-xx.py function serialFlush (line 16) | def serialFlush(ser): FILE: tools/z80_pla_checker/source/ClassLog.cs class ClassLog (line 6) | static public class ClassLog method Log (line 8) | static public void Log(string m) FILE: tools/z80_pla_checker/source/ClassOpcodeTable.cs class ClassOpcodeTable (line 11) | class ClassOpcodeTable method Load (line 21) | public void Load(string filename, int xxindex) method Dump (line 48) | public void Dump(List t) FILE: tools/z80_pla_checker/source/ClassPLA.cs class ClassPla (line 11) | class ClassPla method Count (line 31) | public int Count() method Load (line 39) | public bool Load(string filename) method Dump (line 141) | public void Dump() method TableMatch (line 151) | public List TableMatch(ClassPlaEntry.Modifier modifier, byte i... method MatchPLA (line 204) | public List MatchPLA(ClassPlaEntry.Modifier modifier, int id) method Table (line 232) | public List Table(ClassPlaEntry.Modifier modifier, int testNum, i... method QueryPla (line 291) | public void QueryPla(String bits) method GenVerilogPla (line 307) | public void GenVerilogPla() FILE: tools/z80_pla_checker/source/ClassPLAEntry.cs class ClassPlaEntry (line 8) | public class ClassPlaEntry type Modifier (line 11) | [FlagsAttribute] method IsDuplicate (line 26) | public bool IsDuplicate() { return duplicate; } method Init (line 38) | public bool Init(string init) method Match (line 79) | public string Match(Modifier modifier, Byte instr) method GetBitstream (line 104) | public string GetBitstream() FILE: tools/z80_pla_checker/source/FormMain.Designer.cs class FormMain (line 3) | partial class FormMain method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: tools/z80_pla_checker/source/FormMain.cs class FormMain (line 8) | public partial class FormMain : Form method FormMain (line 32) | public FormMain() method OnStart (line 41) | public void OnStart() method Log (line 73) | public void Log(String s) method ExitToolStripMenuItemClick (line 83) | private void ExitToolStripMenuItemClick(object sender, EventArgs e) method FormMainFormClosing (line 91) | private void FormMainFormClosing(object sender, FormClosingEventArgs e) method ScanNumber (line 96) | private static int ScanNumber(string arg, int baseValue) method MatchPLA (line 113) | private void MatchPLA(string arg) method MatchOpcodes (line 139) | private void MatchOpcodes(ClassPlaEntry.Modifier modifier, string arg) method DumpOpcodeTable (line 155) | private void DumpOpcodeTable(List t) method LoadPlaTable (line 174) | private void LoadPlaTable(object sender, EventArgs e) method SelectOpcodeDir (line 187) | private void SelectOpcodeDir(object sender, EventArgs e) method BtClearClick (line 198) | private void BtClearClick(object sender, EventArgs e) method BtRedoClick (line 206) | private void BtRedoClick(object sender, EventArgs e) method UpdateButtons (line 217) | private void UpdateButtons() method BtIx0Click (line 230) | private void BtIx0Click(object sender, EventArgs e) method BtIx1Click (line 242) | private void BtIx1Click(object sender, EventArgs e) method BtNHaltClick (line 254) | private void BtNHaltClick(object sender, EventArgs e) method BtAluClick (line 260) | private void BtAluClick(object sender, EventArgs e) method BtXxClick (line 266) | private void BtXxClick(object sender, EventArgs e) method BtCbClick (line 278) | private void BtCbClick(object sender, EventArgs e) method BtEdClick (line 290) | private void BtEdClick(object sender, EventArgs e) method TextOpKeyDown (line 305) | private void TextOpKeyDown(object sender, KeyEventArgs e) method Command (line 348) | private string Command(string cmd) FILE: tools/z80_pla_checker/source/Program.cs class Program (line 21) | static class Program method Main (line 28) | [STAThread] FILE: tools/z80_pla_checker/source/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: tools/z80_pla_checker/source/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]