DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ B T

⟦bd57da935⟧ TextFile

    Length: 1126 (0x466)
    Types: TextFile
    Names: »B«

Derivation

└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
    └─ ⟦0c20f784e⟧ »DATA« 
        └─⟦1abbe589f⟧ 
            └─⟦591c5b094⟧ 
                └─⟦this⟧ 

TextFile

with Parameterize_Ada_Unit;

procedure Parameterize_Ada_Unit_R1000
             (Unit : String := "!X11.X_Library.Rev6_Working.Units.??'c(Ada)";
              Parms : String := "";
              Repromote : Boolean := False) is
begin

    Parameterize_Ada_Unit (Unit,  
                           ""  
                               & "DEBUG,"

                               & "R1000,"  
                               & "R1000_SIZE_BUG,"

                               & "MULTITASK_LOCKING,"

                               & "ENABLE_DEALLOCATION,"  
                               & "LENGTH_CLAUSES,"  
                               & "RECORD_REP_CLAUSES => FALSE,"

                               & "BIT0_SIGN_BIT, "  
                               & "BYTE0_SIGN_BYTE, "  
                               & "RECORD_REP_STORAGE_UNIT_8, "  
                               & "POSITIVE_IS_LARGE, "  
                               & "RAW_IS_UNSIGNED, "  
                               & "ROW_MAJOR_ORDER, " &  
                              Parms,  
                           Repromote);

end Parameterize_Ada_Unit_R1000;