Skip to content

archspec/archspec-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archspec-json

The archspec-json repository is part of the Archspec project. It contains data on various architectural aspects of a platform stored in JSON format and is meant to be used as a base to develop language specific APIs.

Currently the repository contains the following JSON files:

cpu/
├── cpuid.json                     # Contains information on CPUID calls to retrieve vendor and features on x86_64
├── cpuid_schema.json              # Schema for the file above
├── microarchitectures.json        # Contains information on CPU microarchitectures
└── microarchitectures_schema.json # Schema for the file above

License

Archspec is distributed under the terms of both the MIT license and the Apache License (Version 2.0). Users may choose either license, at their option.

All new contributions must be made under both the MIT and Apache-2.0 licenses.

See LICENSE-MIT, LICENSE-APACHE, COPYRIGHT, and NOTICE for details.

SPDX-License-Identifier: (Apache-2.0 OR MIT)

LLNL-CODE-811653