Exemplo n.º 1
0
        private static void SaveJEDECFileTest()
        {
            var testgal = new GAL16V8();

            testgal.LoadPDS("LogicConsole.Data.hex_display.pds");
            testgal.SaveJEDEC(@"c:\temp\testjedecoutput.jed");
        }