commit | d16af1151d5bf2d9d5b153d8e4e6f01d989eef20 | [log] [tgz] |
---|---|---|
author | Scott Johnson <scottdj@google.com> | Thu Oct 17 15:03:58 2019 -0700 |
committer | Scott Johnson <41092437+sjgitty@users.noreply.github.com> | Thu Oct 24 16:13:46 2019 -0700 |
tree | c346950291c6ece133812b62a0915a5914bedb5c | |
parent | 6709a6420485203795b1b046f8c4099ce17440f1 [diff] [blame] |
[doc] implement hw project dashboard
diff --git a/hw/ip/tlul/data/tlul.prj.hjson b/hw/ip/tlul/data/tlul.prj.hjson new file mode 100644 index 0000000..d44b94e --- /dev/null +++ b/hw/ip/tlul/data/tlul.prj.hjson
@@ -0,0 +1,11 @@ +// Copyright lowRISC contributors. +// Licensed under the Apache License, Version 2.0, see LICENSE for details. +// SPDX-License-Identifier: Apache-2.0 + +{ + name: "tlul", + version: "0.5", + life_stage: "L1", + design_stage: "D0", + verification_stage: "V0", +}