Re: DEC KS10 implementation - was CDC 6600 emulation

2016-06-21 Thread Rob Doyle
On 6/20/2016 9:07 PM, ben wrote: On 6/20/2016 9:43 PM, Eric Smith wrote: On Mon, Jun 20, 2016 at 9:34 PM, ben wrote: My other pet-peave is that every thing is point and click wizard for any useful modules. Need a rom module or adder module, point and click no portable code. I predominantly

Re: How do they make Verilog code for unknown ICs?

2016-06-21 Thread Peter Corlett
On Mon, Jun 20, 2016 at 01:35:46PM -0600, Swift Griggs wrote: [...] > Why are folks referring to "Verilogging" and "doing a verilog" on older > chips. Is there some way you can stuff an IC into a socket or alligator clip > a bunch of tiny leads onto it and then "map" it somehow into Verilog? Only

Programming for the Alto's Mesa

2016-06-21 Thread Liam Proven
>From the discussions around Y Combinator's Alto restoration... (Some may not know that the founder of Y Combinator is Paul Graham, using some of the money Yahoo! paid him for Viaweb, which became Yahoo Stores. PG is a Lisp champion and evangelist.) The Alto restoration is being discussed on Hack

Re: How do they make Verilog code for unknown ICs?

2016-06-21 Thread Alan Hightower
Verilator is another good tool for doing functional/behavioral simulation of Verilog with a C/C++ test frame-work. -Alan On 2016-06-20 17:05, Seth Morabito wrote: > * On Mon, Jun 20, 2016 at 04:19:56PM -0400, Paul Koning > wrote: > >> I haven't looked for open source Verilog simulators

Re: Programming for the Alto's Mesa

2016-06-21 Thread Toby Thain
On 2016-06-21 9:46 AM, Liam Proven wrote: From the discussions around Y Combinator's Alto restoration... (Some may not know that the founder of Y Combinator is Paul Graham, using some of the money Yahoo! paid him for Viaweb, which became Yahoo Stores. PG is a Lisp champion and evangelist.) The

Re: CDC 6600 emulation - was Re: How do they make Verilog code for unknown ICs?

2016-06-21 Thread Paul Koning
> On Jun 20, 2016, at 11:53 PM, Chuck Guzis wrote: > > Are you going for the 6600 CPU with PPU or just the CPU itself? The whole thing. The intent is to be able to run code, and you need PPUs for that. Besides, part of the motivation was to understand esoteric details of how PPUs work. The

Sun4 370 PSU Maintenance/Schematics

2016-06-21 Thread asw...@t-online.de
Hello all, I do have an Symbolics UX1200 plugged into a Sun4 370 host. Before powering the host, just to be secure, I'd like to check the psu - or if the psu will be broken, I'd like to try to fix it. Yesterday I'd a look into the psu - very complicated layout! Is there any known documentati

Re: Programming for the Alto's Mesa

2016-06-21 Thread Josh Dersch
On 6/21/16 6:46 AM, Liam Proven wrote: >From the discussions around Y Combinator's Alto restoration... (Some may not know that the founder of Y Combinator is Paul Graham, using some of the money Yahoo! paid him for Viaweb, which became Yahoo Stores. PG is a Lisp champion and evangelist.) The Al

Re: Programming for the Alto's Mesa

2016-06-21 Thread Ian S. King
On Tue, Jun 21, 2016 at 8:09 AM, Josh Dersch wrote: > >> Mesa became the basis for much of the software on Xerox's later > D-machines (the Star and its successors). It was compiled into a > byte-coded stack-based machine code (the bytecode interpreter was > implemented in microcode on the Alto a

Re: DEC KS10 implementation - was CDC 6600 emulation

2016-06-21 Thread Lee Courtney
"When run on the target FPGA, the DSRPA diagnostic completes in slightly less than 9 minutes." Any idea what the run-time would be a on a real KS10? Lee C. On Tue, Jun 21, 2016 at 1:18 AM, Rob Doyle wrote: > On 6/20/2016 9:07 PM, ben wrote: > >> On 6/20/2016 9:43 PM, Eric Smith wrote: >> >>> O

Re: CDC 6600 emulation - was Re: How do they make Verilog code for unknown ICs?

2016-06-21 Thread Chuck Guzis
On 06/21/2016 07:25 AM, Paul Koning wrote: > >> On Jun 20, 2016, at 11:53 PM, Chuck Guzis >> wrote: >> >> Are you going for the 6600 CPU with PPU or just the CPU itself? > > The whole thing. The intent is to be able to run code, and you need > PPUs for that. Besides, part of the motivation wa

Re: Programming for the Alto's Mesa

2016-06-21 Thread Josh Dersch
On 6/21/16 8:14 AM, Ian S. King wrote: On Tue, Jun 21, 2016 at 8:09 AM, Josh Dersch wrote: Mesa became the basis for much of the software on Xerox's later D-machines (the Star and its successors). It was compiled into a byte-coded stack-based machine code (the bytecode interpreter was implem

Re: CDC 6600 emulation - was Re: How do they make Verilog code for unknown ICs?

2016-06-21 Thread Paul Koning
> On Jun 21, 2016, at 11:24 AM, Chuck Guzis wrote: > > On 06/21/2016 07:25 AM, Paul Koning wrote: >> >>> On Jun 20, 2016, at 11:53 PM, Chuck Guzis >>> wrote: >>> >>> Are you going for the 6600 CPU with PPU or just the CPU itself? >> >> The whole thing. The intent is to be able to run code,

Re: CDC 6600 emulation - was Re: How do they make Verilog code for unknown ICs?

2016-06-21 Thread dwight
One has to realize that all complex chips are done in Verilog or VHDL. Many old designs in processors can be re-implemented from timing and bus diagrams. This is no longer possible with todays processors like Intel or AMD processors. The complexity of possible sequential events are more than is

Re: CDC 6600 emulation - was Re: How do they make Verilog code for unknown ICs?

2016-06-21 Thread Chuck Guzis
On 06/21/2016 08:35 AM, Paul Koning wrote: > There are block diagrams, and those will have to serve if all else > fails, but that means reverse engineering the module level detail > (or, more precisely, constructing a functionally equivalent set of > module level details). I keep hoping that some

Re: Programming for the Alto's Mesa

2016-06-21 Thread Cameron Kaiser
> (*) The original Smalltalk prototype was written in BASIC on a Data > General Nova. It wasn't very fast. Wow. Does this code exist anywhere? -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@flo

Re: Programming for the Alto's Mesa

2016-06-21 Thread Noel Chiappa
> From: Josh Dersch >> ISTR that BravoX was written in Mesa. -- Ian > Yes it was, as was MazeWar ?? There was a MazeWar on the Alto, early on, and I'm not sure that version was in Mesa. Maybe someone re-implemned it in Mesa for some of the later machines? (Of course, all the Xerox o

Re: CDC 6600 emulation - was Re: How do they make Verilog code for unknown ICs?

2016-06-21 Thread Chuck Guzis
On 06/21/2016 08:47 AM, dwight wrote: > I would say that the most important part of either language is the > ability to describe the time of simultaneous events. This is unlike > most programs written in C or such. Of course, one can write a > simulation language in C. I tend to think of Verilog/

Re: CDC 6600 emulation - was Re: How do they make Verilog code for unknown ICs?

2016-06-21 Thread Paul Koning
> On Jun 21, 2016, at 12:07 PM, Chuck Guzis wrote: > > On 06/21/2016 08:35 AM, Paul Koning wrote: > >> There are block diagrams, and those will have to serve if all else >> fails, but that means reverse engineering the module level detail >> (or, more precisely, constructing a functionally equi

Re: Sun4 370 PSU Maintenance/Schematics

2016-06-21 Thread aswood
It's a Zyrtec 925Watts psu. Any Zyrtec schematics, service or repair manuals anywhere? I do like the Astec service manuals, e.g. for the SMBX 36xx series psus. -- Andreas > Am 21.06.2016 um 16:36 schrieb "asw...@t-online.de" : > > Hello all, > > I do have an Symbolics UX1200 plugged into a S

Re: Programming for the Alto's Mesa

2016-06-21 Thread Al Kossow
On 6/21/16 9:12 AM, Noel Chiappa wrote: > I'm not sure that version > was in Mesa. I am, since I have the code.

Re: Programming for the Alto's Mesa

2016-06-21 Thread Al Kossow
On 6/21/16 8:25 AM, Josh Dersch wrote: > Yes it was, as was MazeWar and the Laurel mail client (and many other things). > Alto software evolved throughout the 70's. It started out bare-bones as they bootstrapped themselves up. Mesa was developed in parallel, as was Smalltalk. Mesa is an Algol

Re: CDC 6600 emulation - was Re: How do they make Verilog code for unknown ICs?

2016-06-21 Thread Chuck Guzis
On 06/21/2016 09:24 AM, Paul Koning wrote: > I don't recognize "ILR". The control for central exchange (XJ > instruction) is is largely in the ECS coupler partly because some of > the exchange package state (RAX/FLX/MA) lives there, as does the > monitor mode flag. Also partly because XJ and RE/

Re: DEC KS10 implementation - was CDC 6600 emulation

2016-06-21 Thread Rob Doyle
On 6/21/2016 8:15 AM, Lee Courtney wrote: "When run on the target FPGA, the DSRPA diagnostic completes in slightly less than 9 minutes." Any idea what the run-time would be a on a real KS10? Lee C. I don't know. I suspect it wouldn't be very different. The KS10 FPGA CPU is about 4x faster tha

Re: HP Series-80 computers - PRM-85 board case? ... maybe!

2016-06-21 Thread Jochen Kunz
Am 20.06.16 um 15:20 schrieb martin.heppe...@dlr.de: > So: if someone owning a 3D printer and a PRM-85 board is interested > in helping me to refine the design by making a test print I could > supply the STL files for upper and lower shells. I highly recommend to contact your local hackerspace: htt

Re: CDC 6600 emulation - was Re: How do they make Verilog code for unknown ICs?

2016-06-21 Thread ben
On 6/21/2016 9:47 AM, dwight wrote: One has to realize that all complex chips are done in Verilog or VHDL. Many old designs in processors can be re-implemented from timing and bus diagrams. Where do you get this info? Most of the little stuff I have seen it is still graphic layout and Intel (or

old friend is slimming down the warehouse

2016-06-21 Thread Electronics Plus
An old friend of mine in GA is slimming down his warehouse. I know a long time ago people sent me some pics and lists of things wanted, but that was a long time ago. If you are looking for old servers, big blue IBM things, DEC stuff, etc., please take a few minutes to send the following info to old

Re: old friend is slimming down the warehouse

2016-06-21 Thread Guy Sotomayor Jr
Is there any sort of list of what he has or are we just to send out our “wish list” and see if he has it? TTFN - Guy > On Jun 21, 2016, at 12:27 PM, Electronics Plus wrote: > > An old friend of mine in GA is slimming down his warehouse. I know a long > time ago people sent me some pics and lis

RE: old friend is slimming down the warehouse

2016-06-21 Thread Electronics Plus
He does not have a list. Warehouse is about 50k sq feet, and was started in the 1970s. Like I said, his health is not good, but he wants to find a good home for these. If sending lists does not work, I can ask him to pick some things out and send me description and pics so I can post here? He doe

Re: old friend is slimming down the warehouse

2016-06-21 Thread Todd Killingsworth
Cindy, I'm in Atlanta... where in GA is he? Maybe I could go meet him somewhere and take pictures? Todd Killingsworth On Tue, Jun 21, 2016 at 3:38 PM, Electronics Plus wrote: > He does not have a list. Warehouse is about 50k sq feet, and was started > in the 1970s. > Like I said, his health i

Re: Monitor refresh rate query

2016-06-21 Thread Noel Chiappa
> From: Chuck Guzis > It's not the refresh rate that will kill things, but the horizontal > frequency. The high voltage in most CRT monitors (and TVs) is developed > from the scanning signal via a high-voltage "flyboack" transformer > ... > Ultimately, if taken too far, the

RE: HP Series-80 computers - PRM-85 board case? ... maybe!

2016-06-21 Thread John Ball
>Anyone with a 3d printer want to make one for us? > >J Not only do I also own a PRM-85 but I do have part-time access to a 3D printer. If I can get the prototyped models (and the model itself fits within the limits of the printer bed)I can verify that they fit together in an HP 80 series machine

Re: old friend is slimming down the warehouse

2016-06-21 Thread Guy Sotomayor Jr
Yea, I’m just concerned that without some more specific parameters it’s going to be really hard to come up with lists that don’t inundate him. My other big fear is that we’ll “self censor” and miss something because we figured no one has it. TTFN - Guy > On Jun 21, 2016, at 12:38 PM, Electroni

Re: old friend is slimming down the warehouse

2016-06-21 Thread William Donzelli
> Cindy, I'm in Atlanta... where in GA is he? Maybe I could go meet him > somewhere and take pictures? Yes, please. Gold star to you if you go. -- Will

RE: old friend is slimming down the warehouse

2016-06-21 Thread Electronics Plus
I have sent Todd his contact info. He is willing to let one person come in and take pics and post to the group. He does NOT want to move one or 2 items of the most value; he wants to move out pallets of stuff. He is not closing shop; he just wants to move out some really old equip that has been

Re: old friend is slimming down the warehouse

2016-06-21 Thread William Donzelli
> I have sent Todd his contact info. He is willing to let one person come in > and take pics and post to the group. He does NOT want to move one or 2 items > of the most value; he wants to move out pallets of stuff. He is not closing > shop; he just wants to move out some really old equip that h

Re: old friend is slimming down the warehouse

2016-06-21 Thread Todd Killingsworth
Cindy - Thanks! I'll get in touch w/him and set up a meeting. Will - Whoa, easy boy! :) I'll get pics and link them up. Todd Killingsworth On Tue, Jun 21, 2016 at 4:05 PM, William Donzelli wrote: > > I have sent Todd his contact info. He is willing to let one person come > in and take pic

Re: old friend is slimming down the warehouse

2016-06-21 Thread Guy Sotomayor Jr
> On Jun 21, 2016, at 1:05 PM, William Donzelli wrote: > >> I have sent Todd his contact info. He is willing to let one person come in >> and take pics and post to the group. He does NOT want to move one or 2 items >> of the most value; he wants to move out pallets of stuff. He is not closing

Re: old friend is slimming down the warehouse

2016-06-21 Thread Todd Killingsworth
<>​ Thanks Guy - I'll keep that in mind. If this is a warehouse dive, things may be stacked on top of one another.. I should be able to get model numbers of machines, but cards, specific part # may be difficult. Any other recommendations from the list at large on information to get? Todd Killi

Re: old friend is slimming down the warehouse

2016-06-21 Thread Swift Griggs
On Tue, 21 Jun 2016, Todd Killingsworth wrote: > Any other recommendations from the list at large on information to get? If it says "SGI" or "Silicon Graphics" speak up someone is probably going to be interested. -Swift

Re: Programming for the Alto's Mesa

2016-06-21 Thread Paul McJones
> I just looked in some boxes I haven't opened in decades. I have "Mesa > Language Manual, Version 5.0, April 1979". If the people with the Alto > need this, let me know. It’s been scanned: http://www.bitsavers.org/pdf/xerox/mesa/5.0_1979/documentation/CSL_79-3_Mesa_Language_Manual_Version_5.0_Ap

Re: Programming for the Alto's Mesa

2016-06-21 Thread Ian S. King
Even if you never touch an Alto (and I hope that you someday can do so!), it's interesting to look at BCPL, an ancestor of C. I learned to read it fairly well when I was maintaining LCM's first Alto. -- Ian On Tue, Jun 21, 2016 at 12:31 PM, Paul McJones wrote: > > I just looked in some boxes I

CDC 6600 - Why so awesome?

2016-06-21 Thread Swift Griggs
To my sorrow, I'd never heard of the CDC 6600 and I barely knew who Control Data was (whippersnapper, I know). I see a lot of traffic about them on the list and I went out to discover "why so cool?" Wikipedia and other spots talk about the features, but I'm trying to understand from folks who

Re: CDC 6600 - Why so awesome?

2016-06-21 Thread Charles Anthony
On Tue, Jun 21, 2016 at 2:06 PM, Swift Griggs wrote: > > > - It was RISC nearly before folks could even articulate the concept > > > - It used odd sized (by todays standards) register, instruction, and bus > sizes. 60 bit machine with 15/30 bit instructions. But, didn't it cause > a bunch of

Re: CDC 6600 - Why so awesome?

2016-06-21 Thread Noel Chiappa
> From: Swift Griggs > I see a lot of traffic about them on the list and I went out to > discover "why so cool?" One word - 'crunch'. The 6600 especially, but also its successors (7600, etc) were _the_ number-crunching monsters of their day. For everyone who had a scientific/engineer

Found cleaning out stuff from before gray hairs and needing glasses

2016-06-21 Thread Pete Lancashire
http://petelancashire.com/gallery/main.php?g2_itemId=7139

Re: CDC 6600 - Why so awesome?

2016-06-21 Thread Noel Chiappa
> the 6600 was the source of the famous Watson memory Oops, typo; 'memo'. Noel

RE: CDC 6600 - Why so awesome?

2016-06-21 Thread Rich Alderson
From: Swift Griggs Sent: Tuesday, June 21, 2016 2:06 PM > - It used odd sized (by todays standards) register, instruction, and bus > sizes. 60 bit machine with 15/30 bit instructions. But, didn't it cause > a bunch of alignment issues for you ? ??? Alignment issues? Care to define this?

Re: CDC 6600 - Why so awesome?

2016-06-21 Thread Chuck Guzis
On 06/21/2016 02:27 PM, Charles Anthony wrote: > So the extra credit exercise is to figure out how to write a > subroutine that prints out the value of all of the registers; ie. > how can you save *all* of the register values to memory? That one was old even in the 60s. You use the RJ (return

Re: CDC 6600 - Why so awesome?

2016-06-21 Thread Chuck Guzis
On 06/21/2016 02:06 PM, Swift Griggs wrote: > - It had some wicked cool "demos", to cop a C64 term. (ADC, PAC, EYE) Those were mostly toys to amuse the CEs, like the baseball game BAT. Chess 3.0 was implemented on Northwestern's machine and probably was the first computer chess program of note.

where to find DEC ECO's for KB11-A?

2016-06-21 Thread Fritz Mueller
Are DEC ECO's available online anywhere? I have not seem them in the usual places e.g. bitsavers... I am particularly interested in ECO's related to the KB11-A (11/45). thanks, --FritzM.

Still ISO: Infotek MX-30 Memory boards for Infotek FP-30 (HP 9830 upgrade)

2016-06-21 Thread Josh Dersch
Hey all -- Several years ago (well, three years ago, anyway) I stumbled upon a beat-up, incomplete HP 9830 desktop computer/calculator that had been upgraded with an Infotek FP-30 CPU upgrade. Unfortunately, it's missing the special memory boards (the MX-30) the system requires. I asked around b

Re: CDC 6600 - Why so awesome?

2016-06-21 Thread Paul Koning
> On Jun 21, 2016, at 5:39 PM, Noel Chiappa wrote: > >> From: Swift Griggs > >> I see a lot of traffic about them on the list and I went out to >> discover "why so cool?" > > One word - 'crunch'. The 6600 especially, but also its successors (7600, etc) > were _the_ number-crunching monsters o

PDP-11/40 modified to be a PDP-11/23

2016-06-21 Thread Michael Thompson
The RICM just picked up a PDP-11/40 chassis that was modified to accept a PDP-11/23 board set. It also contains a custom board to interface the PDP-11/23 to the original PDP-11/40 front panel. It is quite an accomplishment to get the Q-Bus board set working in the Unibus chassis. -- Michael Thomp

Re: PDP-11/40 modified to be a PDP-11/23

2016-06-21 Thread Paul Anderson
I'm guessing the Qniverter. On Tue, Jun 21, 2016 at 9:37 PM, Josh Dersch wrote: > On 6/21/16 6:05 PM, Michael Thompson wrote: > >> The RICM just picked up a PDP-11/40 chassis that was modified to accept a >> PDP-11/23 board set. It also contains a custom board to interface the >> PDP-11/23 to th

Re: PDP-11/40 modified to be a PDP-11/23

2016-06-21 Thread Mike Ross
On Wed, Jun 22, 2016 at 1:05 PM, Michael Thompson wrote: > The RICM just picked up a PDP-11/40 chassis that was modified to accept a > PDP-11/23 board set. It also contains a custom board to interface the > PDP-11/23 to the original PDP-11/40 front panel. It is quite an > accomplishment to get the

Re: PDP-11/40 modified to be a PDP-11/23

2016-06-21 Thread Josh Dersch
On 6/21/16 6:05 PM, Michael Thompson wrote: The RICM just picked up a PDP-11/40 chassis that was modified to accept a PDP-11/23 board set. It also contains a custom board to interface the PDP-11/23 to the original PDP-11/40 front panel. It is quite an accomplishment to get the Q-Bus board set wor

Re: PDP-11/40 modified to be a PDP-11/23

2016-06-21 Thread Glen Slick
On Tue, Jun 21, 2016 at 6:05 PM, Michael Thompson wrote: > The RICM just picked up a PDP-11/40 chassis that was modified to accept a > PDP-11/23 board set. It also contains a custom board to interface the > PDP-11/23 to the original PDP-11/40 front panel. It is quite an > accomplishment to get the

RE: HP Series-80 computers - PRM-85 board case? ... maybe!

2016-06-21 Thread CuriousMarc
Add me to the list of interested people for sure. Marc -Original Message- From: cctalk [mailto:cctalk-boun...@classiccmp.org] On Behalf Of Jay West Sent: Monday, June 20, 2016 10:41 AM To: 'General Discussion: On-Topic and Off-Topic Posts' Subject: RE: HP Series-80 computers - PRM-85 board

RE: Y Combinator is restoring one of Alan Kay's Xerox Alto machines

2016-06-21 Thread CuriousMarc
The restoration is physically happening at my place. As noted below we have a small and quite knowledgeable group of people contributing, including actual hardware when we are missing a part (thanks Al !). A few of us are chronicling this on our favorite media from our favorite angle. I like to

Re: CDC 6600 emulation - was Re: How do they make Verilog code for unknown ICs?

2016-06-21 Thread dwight
Well Ben I'll tell you a secret. I work for one of those two companies. Processors are designed from such code, simulated and then synthesized to silicon gates. I don't think that is too much of a secret. How the architecture is done is very much a secret. I can tell you that it is more compl