Skip to content

Commit

Permalink
impl lab1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jieway committed Feb 3, 2024
1 parent 51da9cb commit 234d637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <cstdint>
#include <fstream>
#include <iomanip> // 用于格式化输出
#include <stdexcept> // 用于异常处理

// 定义DRAM_SIZE为128MB
const uint64_t DRAM_SIZE = 1024 * 1024 * 128;
Expand Down

0 comments on commit 234d637

Please sign in to comment.