From 3b960f8c60599a924c76e478bdff63d296181974 Mon Sep 17 00:00:00 2001 From: Ryota Shioya Date: Mon, 25 Nov 2024 15:46:41 +0900 Subject: [PATCH] docs: update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1322b95..99a5d2e 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,15 @@ Meno is a tool that visualizes hierarchical data, such as the sizes of directory Currently, Meno supports hierarchical area reports from Vivado, Genus, and DC. +![demo](https://shioyadan.github.io/meno/demo/meno.gif) + ## How to Use ### Web Version * Open [this link](https://shioyadan.github.io/meno/demo/) and drag and drop your area report file. * The following is a demo using the synthesis results of the [RSD processor](https://github.com/rsd-devel/rsd): - * [Vivado RSD Area](https://shioyadan.github.io/meno/demo/vivdao-rsd-lut.html) - * [Design Compiler RSD Area](https://shioyadan.github.io/meno/demo/dc-rsd-area.html) + * [DEMO: Vivado RSD Area](https://shioyadan.github.io/meno/demo/vivdao-rsd-lut.html) + * [DEMO: Design Compiler RSD Area](https://shioyadan.github.io/meno/demo/dc-rsd-area.html) ### Use in Your Local Environment * Download and extract the pre-built files from [this link](https://github.com/shioyadan/meno/releases).