Powerview and Viewdraw
#1
Powerview and Viewdraw
Hello there,

I recently obtained a couple of ancient PCB and schematics archives done on, and expansion cards for, SGI hardware which I'd like to take a closer look at.

They seem to have been made with the tools „Powerview 52b“ and „Viewdraw 5“, but no matter how I try, I can't seem to be able to find any builds for it.

Is anyone able to help me out here?

Best regards, Vatuu
Vatuu
O2

Trade Count: (0)
Posts: 1
Threads: 1
Joined: Aug 2020
Location: Germany
Find Reply
08-12-2020, 03:17 PM
#2
RE: Powerview and Viewdraw
Was Powerview released on IRIX?

I was using Viewdraw and Powerview for a long long time on both PCB and FPGA design but then on SunOS 4 and Solaris.

Still here Smile

/opt/eda/viewlogic/os5/pv61
-bash-4.1$ ls
agen_hdr iview prefgen viewgen
ALLEGRO_CL_LIBRARY lbx_hdr README viewlmgrd
altran lib refdes viewplace
alu_con1 lm sbvsim viewsim
attdump lmc sdborder viewsys
attmerge lmcksum sis viewtrace
attupdat lmdaemon slavs vifext
aview lmdiag slavs.img vipctst
aviewaui lmhostid splplt vl2edif2
aviewst0 lmremove standard vload
baf2vl lmstat sym2vhdl vlogimp
ccs lmswitchr syms2sch vlogimpc
check lmver transer vlspool
cprobe lpm_hdr tutor vlvers
dbc520 lsclient vbf2vpl vlwhich
edif2vl2 madsnet vdn2hspn vml2sml
edifneti madssim vdrawcol vnav
edifneto makefont vdrc vnsd
ersh mega vdrcbld vpl2vbf
expt1076 MigrateViewspice verilnet vsm
fft mkfusion vgn_hdr vsyn
fpga_hdr mkvpbrd vgn_xhdr vtip
fpganet mult_hdr vhdl wir_act
fpgasyn oatcheck vhdl2sddl.exe wir_m1
fusion online vhdl2sym wir_orca
hdl2sym oppoint vhdldes wir_xa
hdlexp partslist vhdlimp wir_xlnx
ibrow pcbbck vhdm wirscrub
improvex pcbfwd viewcell wspice
include placer viewdata xref
initrans plclist viewdoc xrf
intrface powerview viewdraw xsignal

SGI: Indigo 2, Origin 200(not currently working)
Sun: SS5, SS10, SS20, U5, U10, Ultra1 170E C3D, Blade 100, Blade 1500 Silver, Blade 2500 Silver, U45, E250, E450, T1000, T2000, M3000
sunray
Indigo2 R10000

Trade Count: (0)
Posts: 71
Threads: 8
Joined: Oct 2018
Location: Sweden
Find Reply
12-08-2020, 08:52 PM
#3
RE: Powerview and Viewdraw
(12-08-2020, 08:52 PM)sunray Wrote:  Was Powerview released on IRIX?

I was using Viewdraw and Powerview for a long long time on both PCB and FPGA design but then on SunOS 4 and Solaris.

Still here Smile

/opt/eda/viewlogic/os5/pv61
...
I only have Viewlogic Workview Office for Linux (https://twitter.com/Betavulgaris6/status...6057118720). Could you please do some "nm" command on those executables looking up symbols for enabling cross-annotation to facilitate historical, archaeological preservation and research?

Electronics, Geospatial, Aerospace
Programmable Logic Devices (PLD) Programming Algorithm Preservation
Beta_vulgaris
O2

Trade Count: (0)
Posts: 14
Threads: 1
Joined: Oct 2022
Location: Nowhere
Website Find Reply
10-20-2022, 11:57 AM
#4
RE: Powerview and Viewdraw
(10-20-2022, 11:57 AM)Beta_vulgaris Wrote:  
(12-08-2020, 08:52 PM)sunray Wrote:  Was Powerview released on IRIX?

I was using Viewdraw and Powerview for a long long time on both PCB and FPGA design but then on SunOS 4 and Solaris.

Still here Smile

/opt/eda/viewlogic/os5/pv61
...
I only have Viewlogic Workview Office for Linux (https://twitter.com/Betavulgaris6/status...6057118720). Could you please do some "nm" command on those executables looking up symbols for enabling cross-annotation to facilitate historical, archaeological preservation and research?
Workview for Linux, that I have never heard of.

So what do you want me to do?

SGI: Indigo 2, Origin 200(not currently working)
Sun: SS5, SS10, SS20, U5, U10, Ultra1 170E C3D, Blade 100, Blade 1500 Silver, Blade 2500 Silver, U45, E250, E450, T1000, T2000, M3000
sunray
Indigo2 R10000

Trade Count: (0)
Posts: 71
Threads: 8
Joined: Oct 2018
Location: Sweden
Find Reply
10-20-2022, 03:58 PM
#5
RE: Powerview and Viewdraw
The request is hard to understand. The nm(1) command lists all the visible symbols in an executable or library, which would be many (potentially hundreds) of pages of output, for each of over a hundred executables that make up Powerview. What you would ever do with such data is a mystery to me ("enabling cross-annotation" approaches meaninglessness).

I can say with some certainty that Franz's Allegro Common Lisp is used by at least some of the programs (historical Usenet posts point to the synthesis facility SILCSYN) in Viewlogic, as indicated by ALLEGRO_CL_LIBRARY.

Personaliris O2 Indigo2 R10000/IMPACT Indigo2 R10000/IMPACT Indigo2 Indy   (past: 4D70GT)
robespierre
refector peritus

Trade Count: (0)
Posts: 640
Threads: 3
Joined: Nov 2020
Location: Massholium
Find Reply
10-20-2022, 04:11 PM
#6
RE: Powerview and Viewdraw
(10-20-2022, 04:11 PM)robespierre Wrote:  The request is hard to understand. The nm(1) command lists all the visible symbols in an executable or library, which would be many (potentially hundreds) of pages of output, for each of over a hundred executables that make up Powerview. What you would ever do with such data is a mystery to me ("enabling cross-annotation" approaches meaninglessness).

I can say with some certainty that Franz's Allegro Common Lisp is used by at least some of the programs (historical Usenet posts point to the synthesis facility SILCSYN) in Viewlogic, as indicated by ALLEGRO_CL_LIBRARY.
       
That is, using symbol information in the UNIX workstation editions to annotate DOS or Windows EXE files which DO NOT SHIP WITH symbol files.

(10-20-2022, 03:58 PM)sunray Wrote:  
(10-20-2022, 11:57 AM)Beta_vulgaris Wrote:  
(12-08-2020, 08:52 PM)sunray Wrote:  Was Powerview released on IRIX?

I was using Viewdraw and Powerview for a long long time on both PCB and FPGA design but then on SunOS 4 and Solaris.

Still here Smile

/opt/eda/viewlogic/os5/pv61
...
I only have Viewlogic Workview Office for Linux (https://twitter.com/Betavulgaris6/status...6057118720). Could you please do some "nm" command on those executables looking up symbols for enabling cross-annotation to facilitate historical, archaeological preservation and research?
Workview for Linux, that I have never heard of.

So what do you want me to do?
Yes, really, Workview Office is based on Microsoft MFC Framework. So Mainsoft MainWin was used there for porting Windows apps to UNIX (X11/Motif) environments. Such as https://twitter.com/edgetriggered/status...6249467904.    

Electronics, Geospatial, Aerospace
Programmable Logic Devices (PLD) Programming Algorithm Preservation
(This post was last modified: 10-20-2022, 04:34 PM by Beta_vulgaris.)
Beta_vulgaris
O2

Trade Count: (0)
Posts: 14
Threads: 1
Joined: Oct 2022
Location: Nowhere
Website Find Reply
10-20-2022, 04:18 PM
#7
RE: Powerview and Viewdraw
(10-20-2022, 04:18 PM)Beta_vulgaris Wrote:  
(10-20-2022, 04:11 PM)robespierre Wrote:  The request is hard to understand. The nm(1) command lists all the visible symbols in an executable or library, which would be many (potentially hundreds) of pages of output, for each of over a hundred executables that make up Powerview. What you would ever do with such data is a mystery to me ("enabling cross-annotation" approaches meaninglessness).

I can say with some certainty that Franz's Allegro Common Lisp is used by at least some of the programs (historical Usenet posts point to the synthesis facility SILCSYN) in Viewlogic, as indicated by ALLEGRO_CL_LIBRARY.

That is, using symbol information in the UNIX workstation editions to annotate DOS or Windows EXE files which DO NOT SHIP WITH symbol files.

(10-20-2022, 03:58 PM)sunray Wrote:  
(10-20-2022, 11:57 AM)Beta_vulgaris Wrote:  
(12-08-2020, 08:52 PM)sunray Wrote:  Was Powerview released on IRIX?

I was using Viewdraw and Powerview for a long long time on both PCB and FPGA design but then on SunOS 4 and Solaris.

Still here Smile

/opt/eda/viewlogic/os5/pv61
...
I only have Viewlogic Workview Office for Linux (https://twitter.com/Betavulgaris6/status...6057118720). Could you please do some "nm" command on those executables looking up symbols for enabling cross-annotation to facilitate historical, archaeological preservation and research?
Workview for Linux, that I have never heard of.

So what do you want me to do?
Yes, really, Workview Office is based on Microsoft MFC Framework. So Mainsoft MainWin was used there for porting Windows apps to UNIX (X11/Motif) environments. Such as https://twitter.com/edgetriggered/status...6249467904.
If I recall right the used Bristol tools for porting.  Workview was before Powerview but both where native Unix tools. Then Synopsys takeover and the buyout to Innoveda they started to develop on MS using Bristol :( And now Viewdraw is Siemens schematic tool.

SGI: Indigo 2, Origin 200(not currently working)
Sun: SS5, SS10, SS20, U5, U10, Ultra1 170E C3D, Blade 100, Blade 1500 Silver, Blade 2500 Silver, U45, E250, E450, T1000, T2000, M3000
(This post was last modified: 10-20-2022, 04:56 PM by sunray.)
sunray
Indigo2 R10000

Trade Count: (0)
Posts: 71
Threads: 8
Joined: Oct 2018
Location: Sweden
Find Reply
10-20-2022, 04:55 PM
#8
RE: Powerview and Viewdraw
(10-20-2022, 04:55 PM)sunray Wrote:  
(10-20-2022, 04:18 PM)Beta_vulgaris Wrote:  
(10-20-2022, 04:11 PM)robespierre Wrote:  The request is hard to understand. The nm(1) command lists all the visible symbols in an executable or library, which would be many (potentially hundreds) of pages of output, for each of over a hundred executables that make up Powerview. What you would ever do with such data is a mystery to me ("enabling cross-annotation" approaches meaninglessness).

I can say with some certainty that Franz's Allegro Common Lisp is used by at least some of the programs (historical Usenet posts point to the synthesis facility SILCSYN) in Viewlogic, as indicated by ALLEGRO_CL_LIBRARY.

That is, using symbol information in the UNIX workstation editions to annotate DOS or Windows EXE files which DO NOT SHIP WITH symbol files.

(10-20-2022, 03:58 PM)sunray Wrote:  
(10-20-2022, 11:57 AM)Beta_vulgaris Wrote:  
(12-08-2020, 08:52 PM)sunray Wrote:  Was Powerview released on IRIX?

I was using Viewdraw and Powerview for a long long time on both PCB and FPGA design but then on SunOS 4 and Solaris.

Still here Smile

/opt/eda/viewlogic/os5/pv61
...
I only have Viewlogic Workview Office for Linux (https://twitter.com/Betavulgaris6/status...6057118720). Could you please do some "nm" command on those executables looking up symbols for enabling cross-annotation to facilitate historical, archaeological preservation and research?
Workview for Linux, that I have never heard of.

So what do you want me to do?
Yes, really, Workview Office is based on Microsoft MFC Framework. So Mainsoft MainWin was used there for porting Windows apps to UNIX (X11/Motif) environments. Such as https://twitter.com/edgetriggered/status...6249467904.
If I recall right the used Bristol tools for porting.  Workview was before Powerview but both where native Unix tools. Then Synopsys takeover and the buyout to Innoveda they started to develop on MS using Bristol :( And now Viewdraw is Siemens schematic tool.
   
It is Workview "Office", MFC based.
   
Not the original DOS Phar Lap based "Workview".

Electronics, Geospatial, Aerospace
Programmable Logic Devices (PLD) Programming Algorithm Preservation
(This post was last modified: 10-21-2022, 01:27 AM by Beta_vulgaris.)
Beta_vulgaris
O2

Trade Count: (0)
Posts: 14
Threads: 1
Joined: Oct 2022
Location: Nowhere
Website Find Reply
10-21-2022, 01:26 AM
#9
RE: Powerview and Viewdraw
Workview (single-windowed, as the DOS edition) is available for SunOS, I have seen it in the disk https://archive.org/details/the-software...d-software, which contains various screenshots, recordings, and even some demo versions (e.g. FrameMaker) of software.
   
https://twitter.com/Betavulgaris6/status...6116625408

Electronics, Geospatial, Aerospace
Programmable Logic Devices (PLD) Programming Algorithm Preservation
(This post was last modified: 10-21-2022, 03:31 AM by Beta_vulgaris.)
Beta_vulgaris
O2

Trade Count: (0)
Posts: 14
Threads: 1
Joined: Oct 2022
Location: Nowhere
Website Find Reply
10-21-2022, 03:28 AM
#10
RE: Powerview and Viewdraw
(12-08-2020, 08:52 PM)sunray Wrote:  Was Powerview released on IRIX?

I was using Viewdraw and Powerview for a long long time on both PCB and FPGA design but then on SunOS 4 and Solaris.

Still here Smile

/opt/eda/viewlogic/os5/pv61
-bash-4.1$ ls
agen_hdr            iview              prefgen            viewgen
ALLEGRO_CL_LIBRARY  lbx_hdr            README              viewlmgrd
altran              lib                refdes              viewplace
alu_con1            lm                  sbvsim              viewsim
attdump            lmc                sdborder            viewsys
attmerge            lmcksum            sis                viewtrace
attupdat            lmdaemon            slavs              vifext
aview              lmdiag              slavs.img          vipctst
aviewaui            lmhostid            splplt              vl2edif2
aviewst0            lmremove            standard            vload
baf2vl              lmstat              sym2vhdl            vlogimp
ccs                lmswitchr          syms2sch            vlogimpc
check              lmver              transer            vlspool
cprobe              lpm_hdr            tutor              vlvers
dbc520              lsclient            vbf2vpl            vlwhich
edif2vl2            madsnet            vdn2hspn            vml2sml
edifneti            madssim            vdrawcol            vnav
edifneto            makefont            vdrc                vnsd
ersh                mega                vdrcbld            vpl2vbf
expt1076            MigrateViewspice    verilnet            vsm
fft                mkfusion            vgn_hdr            vsyn
fpga_hdr            mkvpbrd            vgn_xhdr            vtip
fpganet            mult_hdr            vhdl                wir_act
fpgasyn            oatcheck            vhdl2sddl.exe      wir_m1
fusion              online              vhdl2sym            wir_orca
hdl2sym            oppoint            vhdldes            wir_xa
hdlexp              partslist          vhdlimp            wir_xlnx
ibrow              pcbbck              vhdm                wirscrub
improvex            pcbfwd              viewcell            wspice
include            placer              viewdata            xref
initrans            plclist            viewdoc            xrf
intrface            powerview          viewdraw            xsignal

Quote:bash-2.05# ls /usr/warp/pv
PCBDA        edifneti    lmdaemon    mkfusion    transer      vifext
README      edifneto    lmdiag      oatcheck    vdrc        vipctst
altran      ersh        lmdown      online      vdrcbld      vl2edif2
attdump      fft          lmgrd        partslist    vhdl        vload
attmerge    fusion      lmhostid    pcbfwd      vhdlimp      vlogimp
attupdat    hdlexp      lmremove    placer      viewcell    vlogimpc
baf2vl      ibrow        lmreread    powerview    viewdraw    vlspool
ccs          include      lmstat      sbvsim      viewgen      vlvers
check        install.log  lmswitchr    sdborder    viewlmgrd    vlwhich
cprobe      intrface    lmver        setup_iview  viewonly    vnav
dbc520      iview        lsclient    splplt      viewsim      vnsd
devdes      lm          makefont    standard    viewsys      vsm
edif2vl2    lmcksum      mega        syms2sch    viewtrace    xsignal
Found some parts of PowerView in Cypress Warp CD, the VHDL compiler for PLDs. https://archive.org/details/1998-warp-43-win-unix
   

Electronics, Geospatial, Aerospace
Programmable Logic Devices (PLD) Programming Algorithm Preservation
Beta_vulgaris
O2

Trade Count: (0)
Posts: 14
Threads: 1
Joined: Oct 2022
Location: Nowhere
Website Find Reply
04-25-2023, 01:00 PM


Forum Jump:


Users browsing this thread: 2 Guest(s)